书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 75 个相关结果.
  • 使用 xUnit 进行 VB 单元测试

    1189 2019-10-06 《.NET Core 指南》
    使用 dotnet test 和 xUnit 进行 Visual Basic .NET Core 库单元测试Unit testing Visual Basic .NET Core libraries using dotnet test and xUnit 本文内容 创建源项目Creating the source project 创建测试项目Creat...
  • 使用 xUnit 进行 F# 单元测试

    1238 2019-10-06 《.NET Core 指南》
    使用 dotnet test 和 xUnit 在 .NET Core 中进行 F# 库单元测试Unit testing F# libraries in .NET Core using dotnet test and xUnit 本文内容 创建源项目Creating the source project 创建测试项目Creating the test p...
  • 使用 xUnit 进行 C# 单元测试

    3253 2019-10-06 《.NET Core 指南》
    使用 dotnet test 和 xUnit 在 .NET Core 中进行 C# 单元测试Unit testing C# in .NET Core using dotnet test and xUnit 本文内容 创建源项目Creating the source project 创建测试项目Creating the test project 创建第...
  • Used Tools & Libraries

    Used Tools and Libraries Autonumeric ( https://github.com/BobKnothe/autoNumeric ) BlockUI ( https://github.com/malsup/blockui/ ) Bootstrap ( https://github.com/twbs/bootstrap ...
  • 使用的工具和库

    使用的工具和库 Autonumeric ( https://github.com/BobKnothe/autoNumeric ) BlockUI ( https://github.com/malsup/blockui/ ) Bootstrap ( https://github.com/twbs/bootstrap ) Cake Build ( ...
  • 4. Testing-测试

    测试 单元测试 浏览器测试 在测试环境中设置Casper选项 高级技巧 测试命令参数和选项 参数 选项 将结果以XUnit格式输出 CasperJS自检测 扩展Casper进行测试 测试 CasperJS拥有自己的测试框架,并提供一些工具来减轻你测试的负担。 警告在版本1.1后改变测试框架的所有API只能在使用casperjs...
  • Unit testing

    Unit testing Create a test project Write a service test Run the test Unit testing Unit tests are small, quick tests that check the behavior of a single method or chunk of lo...
  • JUnit support

    JUnit support Post-processing Example JUnit support cargo-nextest can produce output in the JUnit/XUnit XML format . This format is widely understood by test analysis tools an...
  • Integration testing

    Integration testing Create a test project Write an integration test Wrap up Integration testing Compared to unit tests, integration tests exercise the whole application stac...
  • 使用 .NET Core 命令行组织和测试项目

    842 2019-10-06 《.NET Core 指南》
    使用 .NET Core 命令行组织和测试项目Organizing and testing projects with the .NET Core command line 本文内容 使用文件夹组织代码Using folders to organize code 使用 NewTypes Pets 示例进行组织和测试Organizing and test...