【问题标题】:Is there an equivalent for DropwizardTestSupport in Micronaut?Micronaut 中是否有 DropwizardTestSupport 的等价物?
【发布时间】:2019-05-27 21:41:26
【问题描述】:

我想使用 JUnit 运行我的应用程序以进行集成测试。

对于 Dropwizard,我一直在使用 DropwizardTestSupport 库来实现这一点。

想知道 Micronaut 中是否有类似的功能。

谢谢

【问题讨论】:

标签: java integration-testing dropwizard micronaut


【解决方案1】:

我不能说它等同于DropwizardTestSupport,因为我没有使用过它,但我们确实有一个 Micronaut 测试库,在 https://micronaut-projects.github.io/micronaut-test/latest/guide/index.html 中进行了描述。简而言之,您可以使用 @MicronautTest 注释您的测试,这会导致一些有用的事情发生,包括启动应用程序和让您的测试类进行依赖注入。

希望对你有帮助。

【讨论】:

    猜你喜欢
    • 2019-04-21
    • 1970-01-01
    • 2011-07-29
    • 2013-06-21
    • 2014-01-09
    • 2012-02-18
    • 2014-05-02
    • 1970-01-01
    相关资源
    最近更新 更多