org.codehaus.mojo.fit
Class ClassLoaderFixture

java.lang.Object
  extended by fit.Fixture
      extended by org.codehaus.mojo.fit.ClassLoaderFixture
All Implemented Interfaces:
FixtureClassLoaderEnabled

public class ClassLoaderFixture
extends fit.Fixture
implements FixtureClassLoaderEnabled

Extends Fixture to allow a FixtureClassLoader to be used for loading fixtures

Author:
Mauro Talevi

Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
fit.Fixture.RunTime
 
Field Summary
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
ClassLoaderFixture(FixtureClassLoader classLoader)
           
 
Method Summary
 void enableClassLoader(FixtureClassLoader classLoader)
           
 fit.Fixture loadFixture(String fixtureName)
           
 
Methods inherited from class fit.Fixture
camel, check, counts, doCell, doCells, 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

ClassLoaderFixture

public ClassLoaderFixture(FixtureClassLoader classLoader)
Method Detail

enableClassLoader

public void enableClassLoader(FixtureClassLoader classLoader)
Specified by:
enableClassLoader in interface FixtureClassLoaderEnabled

loadFixture

public fit.Fixture loadFixture(String fixtureName)
                        throws InstantiationException,
                               IllegalAccessException
Overrides:
loadFixture in class fit.Fixture
Throws:
InstantiationException
IllegalAccessException


Copyright © 2006-2011 Codehaus. All Rights Reserved.