-
- Enclosing interface:
- Plugin
public static interface Plugin.ScopeThe plugin scope for the test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close resources that are in this scope - for example, http server.Objectcreate(Class<?> type)Create an instance of this type to inject into the test.
-