public class TestHelper extends Object
Modifier and Type | Method and 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) |
public static String annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, String methodName)
public static String annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method)
public static String annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method, DocumentDeployment deploymentAnnotation)
public static void annotationDeploymentTearDown(ContentEngine contentEngine, String deploymentId, Class<?> testClass, String methodName)