"/resources/gestures/weather1.xml", "/resources/gestures/weather2.xml", };
List<Category> categories = geo.assembleBatch(filenames);
assertTrue(!categories.isEmpty());
// Uncomment to verify the testBatch method (I've commented this one to avoid to much testBatch files...)
assertTrue(geo.testBatch(1, "fast", categories, "./src/resources/tests/testBatch/"));
}
/**
* Test method for
* {@link com.antoinelavail.wuv.sixthsense_java.classes.GeometricRecognizer#createRotationGraph(java.lang.String, java.lang.String, java.lang.String, boolean)}