Class TestHelper
- java.lang.Object
-
- com.flowable.content.engine.impl.test.TestHelper
-
public class TestHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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)
-
-