Class NuxeoDriveSetupIntegrationTests


  • public class NuxeoDriveSetupIntegrationTests
    extends Object
    Sets up the Nuxeo Drive integration tests environment for the given user names by:
    • Cleaning it up
    • Creating test users belonging to the members group
    • Creating a test workspace
    • Granting the given permission to the test users on the test workspace
    Returns the test users' passwords as a JSON comma separated string.
    Author:
    Antoine Taillefer
    • Constructor Detail

      • NuxeoDriveSetupIntegrationTests

        public NuxeoDriveSetupIntegrationTests()
    • Method Detail

      • run

        public Blob run()
      • createTestUsers

        protected String createTestUsers​(String[] testUserNames)
      • createTestWorkspace

        protected void createTestWorkspace​(String[] testUserNames)