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

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

    473 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...
  • 5. Organizing Tests

    464 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

    495 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...
  • 2. Annotations

    221 2023-03-19 《PHPUnit v9.6 Manual》
    2. Annotations @author @after @afterClass @backupGlobals @backupStaticAttributes @before @beforeClass @codeCoverageIgnore* @covers @coversDefaultClass @coversNothing @da...
  • Unit-Testing

    Unit-Testing PHP unit testing Getting PHPUnit Writing PHP unit tests Bootstrapping Nextcloud Running unit tests for the Nextcloud core project Further reading JavaScript unit...
  • 7. Incomplete and Skipped Tests

    234 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...
  • Session 会话

    Session 会话 简介 依赖 贡献组件代码 运行测试 通过 Composer 命令运行测试 通过 PHPUnit 命令运行测试 Session 会话 简介 Session 组件提供 HTTP 服务下的 Session 会话支持,目前仅实现了 Redis 驱动下的 Session 储存支持,由于 Swoft 的设计理念更倾向于分布式...
  • 7. Code Coverage

    7. Code Coverage Software Metrics for Code Coverage Including Files Specifying Covered Code Parts Ignoring Code Blocks 7. Code Coverage Wikipedia: In computer science, cod...
  • 5. 组织测试

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