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

    358 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...
  • Test

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

    384 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

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

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

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

    Test Test [Basic] Methods [Basic] Unit Test [Basic] Benchmarks [Basic] Integration Test [Basic] Pressure Test [Doc] Assert