Package org.nuxeo.drive.operations.test
Class NuxeoDriveIntegrationTestsHelper
- java.lang.Object
-
- org.nuxeo.drive.operations.test.NuxeoDriveIntegrationTestsHelper
-
public final class NuxeoDriveIntegrationTestsHelper extends Object
Helper for the Nuxeo Drive integration tests.- Author:
- Antoine Taillefer
- See Also:
NuxeoDriveSetupIntegrationTests
,NuxeoDriveTearDownIntegrationTests
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEST_USER_NAME_PREFIX
static String
TEST_WORKSPACE_NAME
static String
TEST_WORKSPACE_PARENT_NAME
static String
TEST_WORKSPACE_TITLE
static String
USER_WORKSPACE_PARENT_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkOperationAllowed()
static void
cleanUp(CoreSession session)
static String
getDefaultDomainPath(CoreSession session)
static void
waitForAsyncCompletion()
static void
waitForAuditIngestion()
-
-
-
Field Detail
-
TEST_USER_NAME_PREFIX
public static final String TEST_USER_NAME_PREFIX
- See Also:
- Constant Field Values
-
TEST_WORKSPACE_PARENT_NAME
public static final String TEST_WORKSPACE_PARENT_NAME
- See Also:
- Constant Field Values
-
TEST_WORKSPACE_NAME
public static final String TEST_WORKSPACE_NAME
- See Also:
- Constant Field Values
-
TEST_WORKSPACE_TITLE
public static final String TEST_WORKSPACE_TITLE
- See Also:
- Constant Field Values
-
USER_WORKSPACE_PARENT_NAME
public static final String USER_WORKSPACE_PARENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
cleanUp
public static void cleanUp(CoreSession session)
-
getDefaultDomainPath
public static String getDefaultDomainPath(CoreSession session)
-
checkOperationAllowed
public static void checkOperationAllowed()
-
waitForAsyncCompletion
public static void waitForAsyncCompletion() throws InterruptedException
- Throws:
InterruptedException
-
waitForAuditIngestion
public static void waitForAuditIngestion() throws InterruptedException
- Throws:
InterruptedException
-
-