atunit
Class AtUnit

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit4ClassRunner
          extended by atunit.AtUnit
All Implemented Interfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class AtUnit
extends org.junit.internal.runners.JUnit4ClassRunner

This is the JUnit test runner used for AtUnit tests. It delegates to the configured MockFramework for mock and stub object creation and to the configured Container for dependency injection.

Author:
Logan Johnson <logan.johnson@gmail.com>
See Also:
ExampleAtUnitTest.java

Constructor Summary
AtUnit(Class<?> testClass)
           
 
Method Summary
 
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner
filter, getDescription, run, sort
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtUnit

public AtUnit(Class<?> testClass)
       throws org.junit.internal.runners.InitializationError
Throws:
org.junit.internal.runners.InitializationError