书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 269211 个相关结果.
  • test

    441 2020-05-28 《FunDebug 文档》
    test(name, message) 关于报警 test(name, message) 使用 fundebug.test()方法可以用于测试,可以发送测试数据到Fundebug。 name : 错误名称,参数类型为字符串,默认值为”Test” message : 错误信息,参数类型为字符串,默认值为”Hello, Fundebug!” 示例...
  • Test

    Test Test Testing your application is done with the Test method. Use this method for creating _test.go files or when you need to debug your routing logic. The default timeout...
  • Test

    Test Unit Test E2E(End-to-End) Test GitHub Actions Run E2E Test Locally Test Unit Test Run all unit tests: Bash # at the root of the repo go test ./... Note: not...
  • 第七章:go test

    2735 2019-08-10 《GO专家编程》
    Go语言提供了go test 命令行工具,使用该工具可以很方便的进行测试。 不仅Go语言源码中大量使用go test,在各种开源框架中的应用也极为普遍。 目前go test支持的测试类型有: 单元测试 性能测试 示例测试 本章,我们先快速掌握这几种测试的基本用法,然后我们跟据源码来学习这些测试的实现机制。
  • Test

    Test Test Run all unit tests: go test ./... End-to-end tests run with GitHub Actions.
  • @test

    442 2018-12-16 《PHPUnit v4.8 手册》
    @test 除了用 test 作为测试方法名称的前缀外,还可以在方法的文档注释块中用 @test 标注来将其标记为测试方法。 /** * @test */ public function initialBalanceShouldBe0 () { $this -> assertEquals ( 0 , $this ...
  • Test

    Test Test Run all unit tests: go test ./... End-to-end tests run with GitHub Actions.
  • test

    781 2020-06-20 《mdBook 中文文档》
    test 命令 在一个代码块,禁用测试 指定目录 --library-path --dest-dir test 命令 写书时,有时需要一些自动化测试.例如,The Rust Programming Book 使用了许多可能过时的代码示例。因此,能够自动测试这些代码示例对他们来说非常重要. mdBook 支持test 将运行,书中所有可用测试...
  • test

    436 2020-05-28 《FunDebug 文档》
    test(name, message) test(name, message) fundebug.test()主要用于测试,可以将测试数据发送到Fundebug,并受到报警邮件。 name : 错误名称,参数类型为字符串 message : 错误信息,参数类型为字符串 示例: fundebug . test () fundebug . ...
  • test

    414 2020-05-28 《FunDebug 文档》
    test(name, message) test(name, message) 使用fundebug.test(),可以将测试数据发送到Fundebug。 使用fundebug.test()发送的错误,均会收到报警邮件(每天限额为20封)。 name : 错误名称,参数类型为字符串,默认值为”Test” message : 错误信息,参数类型为...