public void before()

in component-test/src/main/java/TestAccessAnother.java [140:145]


  public void before()
  {
    another.setApiFactory(apiFactory);
    accessAnother = apiFactory.create(AccessAnother.class, testEnvironment.serverURI());
    applicationPermissionRequirements = apiFactory.create(ApplicationPermissionRequirements.class, testEnvironment.serverURI());
  }