当前位置: 首页 > news >正文

番禺高端网站制作seo神器

番禺高端网站制作,seo神器,在深圳帮人做网站,开封网站建设流程与开发步骤代码生成的优点之一是能够查看如何使用特定的语言功能或框架。 正如我在《 NetBeans 7.2 beta#xff1a;更快#xff0c;更有用》一文中所讨论的那样#xff0c; NetBeans 7.2 beta提供了TestNG集成 。 除了对该功能的单一引用之外#xff0c;我在该帖子中没有进一步阐述更快更有用》一文中所讨论的那样 NetBeans 7.2 beta提供了TestNG集成 。 除了对该功能的单一引用之外我在该帖子中没有进一步阐述因为我想将这篇帖子专门用于该主题。 我使用这篇文章来演示如何使用NetBeans 7.2来帮助刚接触TestNG的开发人员开始使用该替代对JUnit 测试框架。 NetBeans 7.2的“新建文件”向导使创建空的TestNG测试用例更加容易。 以下屏幕快照展示了这一点该屏幕快照是使用“新建文件” |“开始”按钮启动的。 单元测试请注意在“文件”下拉菜单下或通过在“项目”窗口中单击鼠标右键可以使用“新文件”。 如上所示运行TestNG测试用例创建将导致以下生成的测试代码。 TestNGDemo.java由NetBeans 7.2生成 package dustin.examples;import org.testng.annotations.AfterMethod; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import org.testng.Assert;/**** author Dustin*/ public class TestNGDemo { public TestNGDemo(){}BeforeClasspublic void setUpClass(){}AfterClasspublic void tearDownClass(){}BeforeMethodpublic void setUp(){}AfterMethodpublic void tearDown(){}// TODO add test methods here.// The methods must be annotated with annotation Test. For example://// Test// public void hello() {} } NetBeans 7.2生成的测试包含注释这些注释指示如何添加和注释测试方法类似于现代版本的JUnit。 生成的代码还显示了一些注释用于整体测试用例的设置和拆卸以及针对每次测试的设置和拆卸注释与JUnit相似。 NetBeans标识此时尚未使用的import语句 import org.testng.annotations.Test;和import org.testng.Assert; 但是可能被使用因此已包含在生成的代码中。 我可以轻松地将测试方法添加到此生成的测试用例中。 以下代码段是使用TestNG的测试方法。 testIntegerArithmeticMultiplyIntegers Testpublic void testIntegerArithmeticMultiplyIntegers(){final IntegerArithmetic instance new IntegerArithmetic();final int[] integers {4, 5, 6};final int expectedProduct 2 * 3 * 4 * 5 * 6;final int product instance.multiplyIntegers(2, 3, integers);assertEquals(product, expectedProduct);} 当然这看起来与我在测试Invalidgerquals with JUnit and Hamcrest和JUnit的内置Hamcrest Core Matcher Support文章中的插图所使用的IntegerArithmetic类所使用的同一个IntegerArithmetic类中使用的JUnit类似。 以下屏幕快照显示了通过右键单击测试用例类并选择“运行文件”Shift F6在NetBeans 7.2 beta中的输出。 接下来将复制NetBeans 7.2 beta中提供的TestNG运行的文本输出。 [TestNG] Running:Command line suite[VerboseTestNG] RUNNING: Suite: Command line test containing 1 Tests (config: null) [VerboseTestNG] INVOKING CONFIGURATION: Command line test - BeforeClass dustin.examples.TestNGDemo.setUpClass() [VerboseTestNG] PASSED CONFIGURATION: Command line test - BeforeClass dustin.examples.TestNGDemo.setUpClass() finished in 33 ms [VerboseTestNG] INVOKING CONFIGURATION: Command line test - BeforeMethod dustin.examples.TestNGDemo.setUp() [VerboseTestNG] PASSED CONFIGURATION: Command line test - BeforeMethod dustin.examples.TestNGDemo.setUp() finished in 2 ms [VerboseTestNG] INVOKING: Command line test - dustin.examples.TestNGDemo.testIntegerArithmeticMultiplyIntegers() [VerboseTestNG] PASSED: Command line test - dustin.examples.TestNGDemo.testIntegerArithmeticMultiplyIntegers() finished in 12 ms [VerboseTestNG] INVOKING CONFIGURATION: Command line test - AfterMethod dustin.examples.TestNGDemo.tearDown() [VerboseTestNG] PASSED CONFIGURATION: Command line test - AfterMethod dustin.examples.TestNGDemo.tearDown() finished in 1 ms [VerboseTestNG] INVOKING CONFIGURATION: Command line test - AfterClass dustin.examples.TestNGDemo.tearDownClass() [VerboseTestNG] PASSED CONFIGURATION: Command line test - AfterClass dustin.examples.TestNGDemo.tearDownClass() finished in 1 ms [VerboseTestNG] [VerboseTestNG] [VerboseTestNG] Command line test [VerboseTestNG] Tests run: 1, Failures: 0, Skips: 0 [VerboseTestNG] Command line suite Total tests run: 1, Failures: 0, Skips: 0 Deleting directory C:\Users\Dustin\AppData\Local\Temp\dustin.examples.TestNGDemo test: BUILD SUCCESSFUL (total time: 2 seconds) 上面的示例显示了开始使用TestNG是多么容易特别是如果从JUnit迁移到TestNG并正在使用NetBeans 7.2 beta。 当然还有更给TestNG的不是这个而是学习一个新的框架通常是最困难的在开始和NetBeans 7.2得到一个开了一个快速启动。 参考 NetBeans 7.2在Inspired by Actual Events博客中从JCG合作伙伴 Dustin Marx 引入了TestNG 。 翻译自: https://www.javacodegeeks.com/2012/06/netbeans-72-introduces-testng.html
http://wiki.neutronadmin.com/news/439656/

相关文章:

  • 淘宝店网站建设临沂企业自助建站
  • 企业招聘网站gis做图网站
  • 网站开发设计比赛html网页制作企业类网站
  • 三亚网站建设哪家好wordpress只显示纯文字
  • c2c网站方案单页网站建设平台哪个好
  • 个人备案的网站可以做宣传wordpress采集淘客
  • 微信小程序安装广州做seo整站优化公司
  • 深圳做模板网站网站安全管理制度建设
  • 深圳门户网站制作南昌网站建设哪家好
  • 手机如何网站建立个人网站要钱吗
  • html链接网站模板北辰天津网站建设
  • 淮上网站建设我的网站是面向全国的选哪个公司的服务器比较好
  • 安阳淘宝网站建设许昌 网站开发
  • 律师网站开发全国二级建造师查询官网
  • 摄影网站网页设计网站开发师培训
  • 哪一个网站做专栏作家好点免备案空间哪家好
  • 企业网站建设信息管理平台的立项目的网站页脚怎么做能好看点
  • 利用ps怎么做网站首页视频直播app开发公司
  • 标识设计师商丘网站优化
  • 网站安全管理机制建设网站建设销售话术开场白
  • 南昌做网站在线网站建设价格多少
  • 免费网站建设公司联系方式大型门户网站设计公司
  • 设计出色的网站做注册任务网站源码
  • 99设计网站wordpress个人空间
  • 深圳h5响应式网站建设wordpress删除未分类
  • 深圳优质网站建设案例成都网站公司
  • 知名的摄影网站有哪些网站建设找翰诺
  • 深圳网站设计招聘信息班级网站建设流程步骤
  • 企业的网站设计西宁市城乡规划建设局网站
  • 长沙哪里有做网站的公司建盏金盏能不能喝茶