Package org.verifyica.api
Interface ClassContext
- All Superinterfaces:
Context
Interface to implement ClassContext
-
Method Summary
Modifier and TypeMethodDescriptionGet the EngineContextintGet the test argument parallelismClass<?> Get the test classGet the test class display nameGet the test class tagsGet the test class instance<V> VgetTestInstance(Class<V> type) Get the test class instanceMethods inherited from interface org.verifyica.api.Context
getConfiguration, getMap
-
Method Details
-
getEngineContext
EngineContext getEngineContext()Get the EngineContext- Returns:
- the EngineContext
-
getTestClass
Class<?> getTestClass()Get the test class- Returns:
- the test class
-
getTestClassDisplayName
String getTestClassDisplayName()Get the test class display name- Returns:
- the test class display name
-
getTestClassTags
Get the test class tags- Returns:
- a Set of test class tags; may be empty
-
getTestArgumentParallelism
int getTestArgumentParallelism()Get the test argument parallelism- Returns:
- the test argument parallelism
-
getTestInstance
Object getTestInstance()Get the test class instance- Returns:
- the test class instance
-
getTestInstance
Get the test class instance- Type Parameters:
V- the type- Parameters:
type- type- Returns:
- the test class instance
-