Class TestHelper
- java.lang.Object
-
- com.flowable.content.engine.impl.test.TestHelper
-
public class TestHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
annotationDeploymentSetUp(ContentEngine contentEngine, java.lang.Class<?> testClass, java.lang.reflect.Method method)
static java.lang.String
annotationDeploymentSetUp(ContentEngine contentEngine, java.lang.Class<?> testClass, java.lang.reflect.Method method, DocumentDeployment deploymentAnnotation)
static java.lang.String
annotationDeploymentSetUp(ContentEngine contentEngine, java.lang.Class<?> testClass, java.lang.String methodName)
static void
annotationDeploymentTearDown(ContentEngine contentEngine, java.lang.String deploymentId, java.lang.Class<?> testClass, java.lang.String methodName)
static java.lang.String
getDocumentDefinitionResource(java.lang.Class<?> type, java.lang.String name)
-
-
-
Method Detail
-
annotationDeploymentSetUp
public static java.lang.String annotationDeploymentSetUp(ContentEngine contentEngine, java.lang.Class<?> testClass, java.lang.String methodName)
-
annotationDeploymentSetUp
public static java.lang.String annotationDeploymentSetUp(ContentEngine contentEngine, java.lang.Class<?> testClass, java.lang.reflect.Method method)
-
annotationDeploymentSetUp
public static java.lang.String annotationDeploymentSetUp(ContentEngine contentEngine, java.lang.Class<?> testClass, java.lang.reflect.Method method, DocumentDeployment deploymentAnnotation)
-
annotationDeploymentTearDown
public static void annotationDeploymentTearDown(ContentEngine contentEngine, java.lang.String deploymentId, java.lang.Class<?> testClass, java.lang.String methodName)
-
getDocumentDefinitionResource
public static java.lang.String getDocumentDefinitionResource(java.lang.Class<?> type, java.lang.String name)
-
-