Interface for marking the mixin class aware of TestRuntime
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Set<java.lang.String> |
getFeatures() @return list of features that are required by the test mixin |
|
void |
setRuntime(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 |
TestRuntime will set it's instance to the mixin class by calling this method
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