org.unitils
Class UnitilsJUnit4

java.lang.Object
  extended by org.unitils.UnitilsJUnit4
Direct Known Subclasses:
UnitilsJUnit4TestBase

public abstract class UnitilsJUnit4
extends Object

Base test class that will Unitils-enable your test. This base class will make sure that the core unitils test listener methods are invoked in the expected order. See TestListener for more information on the listener invocation order.

This actually is an empty test class that only instructs JUnit4 to use a custom test runner for the test. As an alternative to subclassing this class, you could also add the @RunWith(UnitilsJUnit4TestClassRunner.class) to your test base class.

Author:
Tim Ducheyne

Constructor Summary
UnitilsJUnit4()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitilsJUnit4

public UnitilsJUnit4()


Copyright © 2011. All Rights Reserved.