org.codehaus.modello
public abstract class AbstractModelloGeneratorTest extends AbstractModelloTest
Version: $Id: AbstractModelloGeneratorTest.java 795 2007-02-08 08:50:51Z brett $
Constructor Summary | |
---|---|
protected | AbstractModelloGeneratorTest(String name) |
Method Summary | |
---|---|
protected void | addClassPathFile(File file) |
void | addDependency(String groupId, String artifactId, String version) |
protected void | assertGeneratedFileExists(String filename) |
protected void | compile(File generatedSources, File destinationDirectory) |
List | getClasspath() |
protected List | getClassPathElements() |
protected File | getDepedencyFile(String groupId, String artifactId, String version) |
protected File | getGeneratedSources() |
String | getName() |
protected void | printClasspath(URLClassLoader classLoader) |
protected void | setUp() |
protected void | verify(String className, String testName) |