其他测试 meaning in English
other test
Examples
- If you re like us , those will be all the tests you have written - whether unit , acceptance , or anything else
如果您像我们一样,那么这些就是您要编写的所有测试- -不管是单元、验收或者其他测试。 - You must explicitly instrument artifacts to obtain code coverage data when you run tests other than unit tests
必须显式地对项目进行检测,才能在您运行除单元测试之外的其他测试时获取代码覆盖率信息。 - This can be useful for not running a test that is blocking other tests from running because of errors in the code
如果由于代码中存在错误,某个测试使其他测试无法运行,则可以使用它来阻止该测试的运行。 - More than any other testing framework , junit has driven developers to understand the usefulness of tests , especially of unit tests
Junit超过了其他测试框架,推动开发人员理解了测试尤其是单元测试的用途。 - Use manual tests when other test types , such as unit tests or web tests , would be too difficult or impossible to create or run
当很难或不可能创建或运行其他测试类型(如单元测试或web测试)时,则使用手动测试。