Class TestHelper


  • public class TestHelper
    extends java.lang.Object
    • 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)