Class NuxeoDriveSetupIntegrationTests

java.lang.Object
org.nuxeo.drive.operations.test.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
  • Field Details

  • Constructor Details

    • NuxeoDriveSetupIntegrationTests

      public NuxeoDriveSetupIntegrationTests()
  • Method Details

    • run

      public Blob run()
    • createTestUsers

      protected String createTestUsers(String[] testUserNames)
    • createTestWorkspace

      protected void createTestWorkspace(String[] testUserNames)