org.codehaus.modello

Class AbstractModelloGeneratorTest

public abstract class AbstractModelloGeneratorTest extends AbstractModelloTest

Version: $Id: AbstractModelloGeneratorTest.java 509 2005-11-07 06:30:09Z brett $

Author: Trygve Laugstøl

Constructor Summary
protected AbstractModelloGeneratorTest(String name)
Method Summary
protected voidaddClassPathFile(File file)
voidaddDependency(String groupId, String artifactId, String version)
protected voidassertGeneratedFileExists(String filename)
protected voidcompile(File generatedSources, File destinationDirectory)
ListgetClasspath()
protected FilegetGeneratedSources()
StringgetName()
protected voidprintClasspath(URLClassLoader classLoader)
voidsetUp()
protected voidverify(String className, String testName)

Constructor Detail

AbstractModelloGeneratorTest

protected AbstractModelloGeneratorTest(String name)

Method Detail

addClassPathFile

protected void addClassPathFile(File file)

addDependency

public void addDependency(String groupId, String artifactId, String version)

assertGeneratedFileExists

protected void assertGeneratedFileExists(String filename)

compile

protected void compile(File generatedSources, File destinationDirectory)

getClasspath

public List getClasspath()

getGeneratedSources

protected File getGeneratedSources()

getName

public String getName()

printClasspath

protected void printClasspath(URLClassLoader classLoader)

setUp

public final void setUp()

verify

protected void verify(String className, String testName)
Copyright © 2001-2009 Codehaus. All Rights Reserved.