* Make sure that the builder passes the good parameters to the job
*
*/
@Test
public void testConfigure() {
TreeBuilder treeBuilder = new DefaultTreeBuilder();
Path dataPath = new Path("notUsedDataPath");
Path datasetPath = new Path("notUsedDatasetPath");
Long seed = 5L;
new PartialBuilderChecker(treeBuilder, dataPath, datasetPath, seed);