书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 573 个相关结果.
  • 5. 组织测试

    999 2018-12-14 《PHPUnit v4.8 手册》
    第 5 章 组织测试 用文件系统来编排测试套件 注意 注意 用 XML 配置来编排测试套件 第 5 章 组织测试 PHPUnit 的目标之一是测试应当可组合:我们希望能将任意数量的测试以任意组合方式运行,例如,整个项目的所有测试,或者项目中的某个组件内的所有类的测试,又或者仅仅某单个类的测试。 PHPUnit 支持好几种不同的方式来组织测...
  • 5. 组织测试

    944 2018-12-16 《PHPUnit 7.0 手册》
    5. 组织测试 用文件系统来编排测试套件 用 XML 配置来编排测试套件 5. 组织测试 PHPUnit 的目标之一是测试应当可组合:我们希望能将任意数量的测试以任意组合方式运行,例如,整个项目的所有测试,或者项目中的某个组件内的所有类的测试,又或者仅仅某单个类的测试。 PHPUnit 支持好几种不同的方式来组织测试以及将它们编排组合成测试套件...
  • 7. Incomplete and Skipped Tests

    470 2021-03-28 《PHPUnit v9.5 Manual》
    7. Incomplete and Skipped Tests Incomplete Tests Skipping Tests Skipping Tests using @requires 7. Incomplete and Skipped Tests Incomplete Tests When you are working on a n...
  • 7. Incomplete and Skipped Tests

    437 2021-03-28 《PHPUnit v8.5 Manual》
    7. Incomplete and Skipped Tests Incomplete Tests Skipping Tests Skipping Tests using @requires 7. Incomplete and Skipped Tests Incomplete Tests When you are working on a n...
  • 1. 断言

    499 2021-03-28 《PHPUnit v9.5 手册》
    1. 断言 断言方法的用法:静态 vs. 非静态 assertArrayHasKey() assertClassHasAttribute() assertClassHasStaticAttribute() assertContains() assertStringContainsString() assertStringContainsStrin...
  • 5. Organizing Tests

    462 2021-03-28 《PHPUnit v9.5 Manual》
    5. Organizing Tests Composing a Test Suite Using the Filesystem Composing a Test Suite Using XML Configuration 5. Organizing Tests One of the goals of PHPUnit is that tests s...
  • 5. Organizing Tests

    493 2021-03-28 《PHPUnit v8.5 Manual》
    5. Organizing Tests Composing a Test Suite Using the Filesystem Composing a Test Suite Using XML Configuration 5. Organizing Tests One of the goals of PHPUnit is that tests s...
  • 8. Risky Tests

    8. Risky Tests Useless Tests Unintentionally Covered Code Output During Test Execution Test Execution Timeout Global State Manipulation 8. Risky Tests PHPUnit can help you ...
  • 7. Incomplete and Skipped Tests

    231 2023-03-19 《PHPUnit v9.6 Manual》
    7. Incomplete and Skipped Tests Incomplete Tests Skipping Tests Skipping Tests using @requires 7. Incomplete and Skipped Tests Incomplete Tests When you are working on a new...
  • 4. Organizing Tests

    4. Organizing Tests Composing a Test Suite Using the Filesystem Composing a Test Suite Using XML Configuration 4. Organizing Tests One of the goals of PHPUnit is that tests sh...