书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1030 个相关结果.
  • 9Y WebDriver – 处理多个窗口

    1209 2020-07-09 《Selenium 教程》
    9Y WebDriver – 处理多个窗口 场景 9Y WebDriver – 处理多个窗口 原文: https://javabeginnerstutorial.com/selenium/9y-webdriver-handling-multiple-windows/ 大家好! 测试涉及多个窗口的工作流已成为生活的一部分。 借助 Selen...
  • 2.15. Parameterized Tests

    956 2020-12-09 《JUnit 5 User Guide》
    2.15. Parameterized Tests 2.15.1. Required Setup 2.15.2. Consuming Arguments 2.15.3. Sources of Arguments @ValueSource Null and Empty Sources @EnumSource @MethodSource @CsvSo...
  • 40.3.10 自动配置的Spring REST Docs测试

    40.3.10 自动配置的Spring REST Docs测试 40.3.10 自动配置的Spring REST Docs测试 如果想在测试类中使用Spring REST Docs,你可以使用@AutoConfigureRestDocs 注解,它会自动配置MockMvc 去使用Spring REST Docs,并移除对Spring REST Doc...
  • 10.24 检查Kotlin中异常

    1512 2019-03-05 《Kotlin极简教程》
    检查Kotlin中异常 Nothing 类型 检查Kotlin中异常 如上所述,Kotlin 没有受检异常。即像下面像这样的 Kotlin 函数: class CheckKotlinException { fun thisIsAFunWithException () { throw Excepti...
  • Miscellaneous

    Miscellaneous Miscellaneous —junit-xml JUNIT_XML Causes mypy to generate a JUnit XML test result document withtype checking results. This can make it easier to integrate my...
  • 2.16. Test Templates

    576 2020-12-09 《JUnit 5 User Guide》
    2.16. Test Templates 2.16. Test Templates A [@TestTemplate](https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/org/junit/jupiter/api/TestTemplate.html) method is ...
  • Why the Build is Broken?

    Why is the build broken? Example usage Why is the build broken? Knowing the build is broken is only the first step. Now we need to understand what caused it to break. Examp...
  • 15.7 执行Shell命令行

    2213 2019-03-05 《Kotlin极简教程》
    15.7 执行Shell命令行 15.7 执行Shell命令行 我们使用 Groovy 的文件 IO 操作感觉非常好用,例如 package com . easy . kotlin import org . junit . Test import org . junit . runner . RunWith import o...
  • Testing database operations

    Testing database operations Testing database operations The database service is a good fit for writing tests. We first need to deploy the database verticle. We will configure ...
  • 40.3.3 使用随机端口

    40.3.3 使用随机端口 40.3.3 使用随机端口 如果你需要为测试启动一个完整运行的服务器,我们建议你使用随机端口。如果你使用@SpringBootTest (webEnvironment=WebEnvironment.RANDOM_PORT) ,每次运行测试都会为你分配一个可用的随机端口。 @LocalServerPort 注解用于注入测...