| Modifier and Type | Constant Field | Value | 
|---|---|---|
public static final java.lang.String | 
ACTIVE_MOCKS | 
"micronaut.test.spock.active.mocks" | 
public static final java.lang.String | 
ACTIVE_SPEC_CLAZZ | 
"micronaut.test.active.spec.clazz" | 
public static final java.lang.String | 
ACTIVE_SPEC_NAME | 
"micronaut.test.active.spec" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
public static final java.lang.String | 
DISABLED_MESSAGE | 
"Test is not bean. Either the test does not satisfy requirements defined by @Requires or annotation processing is not enabled. If the latter ensure annotation processing is enabled in your IDE." | 
public static final java.lang.String | 
MISCONFIGURED_MESSAGE | 
"@MicronautTest used on test but no bean definition for the test present. This error indicates a misconfigured build or IDE. Please add the \'micronaut-inject-java\' annotation processor to your test processor path (for Java this is the testAnnotationProcessor scope, for Kotlin kaptTest and for Groovy testCompile). See the documentation for reference: https://micronaut-projects.github.io/micronaut-test/latest/guide/" |