Spock: JUnit 5: Kotest: 微航测 该项目提供了针对JUnit 5,Spock和Kotest的测试扩展,使测试Micronaut应用程序更加容易。 有关更多信息,请参见或文档。 Spock测试示例: import io.micronaut.test.annotation.MicronautTest import spock.lang.* import javax.inject.Inject @MicronautTest // Declares the test as a micronaut test class MathServiceSpec extends Specification { @Inject MathService mathService // Dependency injection is used to supply the sy