Class CreateInstance
java.lang.Object
org.camunda.community.mockito.function.CreateInstance
Helper to create either mock() or new() instances for given type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TmockInstance(Class<T> type) static <T> TnewInstanceByDefaultConstructor(Class<T> type)
-
Constructor Details
-
CreateInstance
public CreateInstance()
-
-
Method Details
-
mockInstance
-
newInstanceByDefaultConstructor
-