书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 1026 个相关结果.
  • 2.4 Creating a Client

    2.4 Creating a Client 2.4 Creating a Client As mentioned previously, Micronaut includes both an HTTP server and an HTTP client . A low-level HTTP client is provided out of th...
  • Dependencies

    Project Dependencies compile test provided Project Transitive Dependencies compile test provided Project Dependency Graph Dependency Tree Licenses Dependency File Detail...
  • 动态测试

    动态测试 动态测试示例 动态测试 注解 中描述的JUnit Jupiter中的标准@Test 注解与JUnit 4中的@Test 注解非常相似。两者都描述了实现测试用例的方法。这些测试用例是静态的,因为它们是在编译时完全指定的,而且它们的行为不能由运行时发生的任何事情来改变。Assumption 提供了一种基本的动态行为形式,但是刻意在表达方面...
  • 2.6. Disabling Tests

    518 2020-12-09 《JUnit 5 User Guide》
    2.6. Disabling Tests 2.6. Disabling Tests Entire test classes or individual test methods may be disabled via the [@Disabled](https://junit.org/junit5/docs/current/api/org.junit...
  • kotlin.test

    kotlin.test Packages kotlin.test kotlin.test.junit kotlin.test.junit5 kotlin.test.testng Index kotlin.test kotlin.test library provides annotations to mark test functio...
  • 2.4 Creating a Client

    2.4 Creating a Client 2.4 Creating a Client As mentioned previously, Micronaut includes both an HTTP server and an HTTP client . A low-level HTTP client is provided out of th...
  • 2.4 Creating a Client

    2.4 Creating a Client 2.4 Creating a Client As mentioned previously, Micronaut includes both an HTTP server and an HTTP client . A low-level HTTP client is provided out of th...
  • 2.4 Creating a Client

    2.4 Creating a Client 2.4 Creating a Client As mentioned previously, Micronaut includes both an HTTP server and an HTTP client . A low-level HTTP client is provided out of th...
  • 2. Writing Tests

    669 2020-12-09 《JUnit 5 User Guide》
    2. Writing Tests 2. Writing Tests The following example provides a glimpse at the minimum requirements for writing a test in JUnit Jupiter. Subsequent sections of this chapter ...
  • 5.12. Providing Invocation Contexts for Test Templates

    728 2020-12-09 《JUnit 5 User Guide》
    5.12. Providing Invocation Contexts for Test Templates 5.12. Providing Invocation Contexts for Test Templates A [@TestTemplate](https://junit.org/junit5/docs/current/api/org.ju...