@Entity//实体表示TABLE和POJO 对应//继承策略。另一个类继承本类,那么本类里的属性应用到另一个类中@Inheritance(strategy = InheritanceType.JOINED ) @Table(name="INFOM_TESTRESULT")public class ...
分类:
Web程序 时间:
2017-03-03 22:17:46
阅读次数:
211
failfast是TestResult的一个属性,缺省为False, 作用: 如果failfast为True,一旦测试集中有测试案例failed或发生error立即终止当前整个测试执行,跳过剩下所有测试案例 各种用法:????实现“短路测试”,设置f...
分类:
编程语言 时间:
2015-09-10 21:16:51
阅读次数:
303
@echo offset sourcePath=D:\DOAutomationTest\automation_do_ma_soapui\TestResult\PAset targetPath=\\szpc2015801\AutomationReport\PAset directoryName=%da...
分类:
其他好文 时间:
2015-07-16 13:52:47
阅读次数:
90
@Entity//继承策略。另一个类继承本类,那么本类里的属性应用到另一个类中@Inheritance(strategy = InheritanceType.JOINED )@Table(name="INFOM_TESTRESULT")public class TestResult extends ...
分类:
Web程序 时间:
2015-06-23 23:06:10
阅读次数:
157
转自:http://blog.sina.com.cn/s/blog_6cf812be0100wbhw.html之前我们看到了Test接口里面的run方法有个TestResult的参数,不错,这个类就是用来收集测试结果的,是收集TestSuite的运行结果,所以一般情况下,一个TestSuite对应一...
分类:
其他好文 时间:
2015-05-13 19:20:01
阅读次数:
155
最近接触到CTS,据传不懂CTS就不算一个合格的android开发人员,我之前一直没见周边谁用过,作为一个产品开发的android人员,我还是太年轻~...
分类:
移动开发 时间:
2014-10-31 19:06:46
阅读次数:
477