test method
检测方法,检测方法
2025-11-01 20:58 浏览次数 10
检测方法,检测方法
test remainder method试余法
test signal method测试信号法
test kit method试剂盒方法
test assessment method检验评定方法
validation test of method方法验证试验
test for method方法试验研究
factor test design method因子试验设计方法
Foam test rig method起泡试验法
holding test tube method手握试管法
the four steps to this combination test method are: test selection, system resource utilization evaluation, kernel code coverage analysis, and final stress test evaluation.
这一组合测试方法的四个步骤是:测试选择、系统资源利用率评价、内核代码覆盖分析以及最终的压力测试评价。
that「s why the main() test method in listing 1 uses a while loop instead of a new for loop.
这就是为什么 清单1 中的main()测试方法使用while循环而不是一个新的for循环。
this is the simplest way to share data between the test method and the specialization class.
这是在测试方法和特殊化类之间共享数据的最简单方法。
each test method has its own unique tdt.
每个测试方法都有其惟一的tdt。
the following test method is used
然后使用下面这个测试方法
the lowest two, method and class, are the most obvious -- a fixture for each test method or one for the entire class.
最低的两种级别,方法和类是最常见的 ——用于每个测试方法的fixture或者用于整个类的fixture。
for example, there is a test method like the following with some simple assertions
举例来说,下面有一个测试方法,其中有一些简单的断言。
the test method for this example looks like listing 4.
此示例的测试方法类似于清单4。
if you」re not working on things that are likely to break that test, you might want to skip the long-running test method to speed up your compile-test-debug cycle.
如果您不在做可能会中断该类测试的事情,那么您可能想要跳过运行时间长的测试方法,以缩短编译-测试-调试周期。
every test method can be associated with one or more groups; once you've defined these groups, you can choose to run only certain groups of tests.
每个测试方法都可以与一个或多个组相关联,但可以选择只运行某个测试组。
the business value of running scalability and performance tests comes once a business formalizes a test method that includes the following
一旦企业形成一套包含以下几个方面的测试方法,连续的可伸缩性和性能测试就会产生企业价值。
if the test method happens to take longer than 1000 milliseconds to execute, it fails.
如果执行该测试方法所花的时间多于1000毫秒,则测试失败。
finally, add some code in your main() test method to print out and execute the generated sql query.
最后,在main()测试方法中添加一些代码,用以输出和执行所生成的sql查询。
instead of having a test method per use case, we have a text file containing the expected generated code and a optional text file containing the expected compiler messages.
和每个用例有一个测试方法不同,我们有一个文本文件包含所期望的生成代码以及包含所期望编译器消息的可选文本文件。
if the test method does not run as anticipated, we will get an error (and a traceback describing the error).
如果测试方法没有按预期运行,我们将得到一个错误(以及描述这个错误的回溯)。
third, the original expectation of the test method has not changed.
第三,测试方法的原始期望并未更改。
furthermore, this class wraps a transaction around each testxxx() method and rolls it back when the test method exits.
另外,这个类对每个testxxx()方法封装了一个事务,并当测试方法存在时进行回滚。
example of calling a unit test method
调用单元测试方法的实例
the execution model is a bit strange: the test class is reinstantiated every time a test method is executed.
执行模型有点奇怪:每次执行一个测试方法的时候,都要重新实例化测试类。
i need to decide if i will have just one test method or many test methods for the different test cases.
我需要决定对不同的测试用例是使用一个测试方法还是多个测试方法。