new File("src/test/otherTemplateLanguages")));
projectPaths.setOutputDirectory(null, TARGET_DIR);
unitDescriptors.add(new UnitDescriptor(
UnitDescriptor.Packaging.DIRECTORY,
projectPaths,
new DefaultTorqueGeneratorPaths()));
controller.run(unitDescriptors);
// TODO: check outcome against reference file
assertTrue(OUTPUT_FILE.exists());
assertEquals(
"groovy test output",