public interface TestRuntimeAwareMixin
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getFeatures() |
void |
setRuntime(grails.test.runtime.TestRuntime runtime)
TestRuntime will set it's instance to the mixin class by calling this method
|
void |
setTestClass(java.lang.Class<?> testClass)
TestRuntime will set the target test class to the mixin class instance by calling this method
mixins are instantiated in static context in order to support JUnit @ClassRule annotations
the instance of the test class is not active when this method is called.
|
java.util.Set<java.lang.String> getFeatures()
void setRuntime(grails.test.runtime.TestRuntime runtime)
runtime - void setTestClass(java.lang.Class<?> testClass)
testClass -