assertTrue(helloworldsoaphttp.exists());
File types = new File(helloworldsoaphttp, "types");
assertTrue(types.exists());
files = helloworldsoaphttp.listFiles();
assertEquals(1, files.length);
files = types.listFiles();
assertEquals(files.length, 10);
File schemaImport = new File(objectweb, "schema_import");
assertTrue(schemaImport.exists());
files = schemaImport.listFiles();
assertEquals(3, files.length);