Class TestHelper
java.lang.Object
com.flowable.content.engine.impl.test.TestHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
annotationDeploymentSetUp
(ContentEngine contentEngine, Class<?> testClass, Method method) static String
annotationDeploymentSetUp
(ContentEngine contentEngine, Class<?> testClass, Method method, DocumentDeployment deploymentAnnotation) static String
annotationDeploymentSetUp
(ContentEngine contentEngine, Class<?> testClass, String methodName) static void
annotationDeploymentTearDown
(ContentEngine contentEngine, String deploymentId, Class<?> testClass, String methodName) static String
getDocumentDefinitionResource
(Class<?> type, String name)
-
Method Details
-
annotationDeploymentSetUp
public static String annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, String methodName) -
annotationDeploymentSetUp
public static String annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method) -
annotationDeploymentSetUp
public static String annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method, DocumentDeployment deploymentAnnotation) -
annotationDeploymentTearDown
public static void annotationDeploymentTearDown(ContentEngine contentEngine, String deploymentId, Class<?> testClass, String methodName) -
getDocumentDefinitionResource
-