|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfit.Fixture
fit.ActionFixture
org.codehaus.mojo.fit.ClassLoaderActionFixture
public class ClassLoaderActionFixture
Extends ActionFixture to allow a custom ClassLoader to be used for loading fixtures
Nested Class Summary |
---|
Nested classes/interfaces inherited from class fit.Fixture |
---|
fit.Fixture.RunTime |
Field Summary |
---|
Fields inherited from class fit.ActionFixture |
---|
actor, cells, empty |
Fields inherited from class fit.Fixture |
---|
args, counts, gray, green, red, summary, yellow |
Constructor Summary | |
---|---|
ClassLoaderActionFixture()
|
|
ClassLoaderActionFixture(FixtureClassLoader classLoader)
|
Method Summary | |
---|---|
void |
enableClassLoader(FixtureClassLoader classLoader)
|
fit.Fixture |
loadFixture(String fixtureName)
|
void |
start()
|
Methods inherited from class fit.ActionFixture |
---|
check, doCells, enter, method, method, press |
Methods inherited from class fit.Fixture |
---|
camel, check, counts, doCell, doRow, doRows, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, parse, right, wrong, wrong |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassLoaderActionFixture()
public ClassLoaderActionFixture(FixtureClassLoader classLoader)
Method Detail |
---|
public void enableClassLoader(FixtureClassLoader classLoader)
enableClassLoader
in interface FixtureClassLoaderEnabled
public void start() throws Exception
start
in class fit.ActionFixture
Exception
public fit.Fixture loadFixture(String fixtureName) throws InstantiationException, IllegalAccessException
loadFixture
in class fit.Fixture
InstantiationException
IllegalAccessException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |