public void assertCompiled(String builderName, String... paths) {
   myLogger.assertCompiled(builderName, new File[] {myProjectDir, myDataStorageRoot}, paths);
 }