Exemplo n.º 1
0
  @BeforeClass
  public static final void beforeAll() throws Exception {
    MultiUseAbstractTest.beforeAll();

    // Import the node types and the data ...
    registerNodeTypes("cars.cnd");
    importContent(
        "/", "io/cars-system-view-with-uuids.xml", ImportUUIDBehavior.IMPORT_UUID_COLLISION_THROW);
  }
 @BeforeClass
 public static final void beforeAll() throws Exception {
   MultiUseAbstractTest.beforeAll();
   // Import the node types and the data ...
   registerNodeTypes("cnd/large-collections.cnd");
 }