Class TestHelper
java.lang.Object
com.flowable.content.engine.impl.test.TestHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringannotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method) static StringannotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method, DocumentDeployment deploymentAnnotation) static StringannotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, String methodName) static voidannotationDeploymentTearDown(ContentEngine contentEngine, String deploymentId, Class<?> testClass, String methodName) static StringgetDocumentDefinitionResource(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
-