public class TestActiveCondition
extends java.lang.Object
implements io.micronaut.context.condition.Condition
Condition
that enables inner classes and MockBean
instances only for the scope of the test.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVE_MOCKS |
static java.lang.String |
ACTIVE_SPEC_CLAZZ |
Constructor and Description |
---|
TestActiveCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(io.micronaut.context.condition.ConditionContext context) |
public static final java.lang.String ACTIVE_MOCKS
public static final java.lang.String ACTIVE_SPEC_CLAZZ