atunit
Class AtUnit
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.JUnit4ClassRunner
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
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner |
filter, getDescription, run, sort |
Methods inherited from class org.junit.runner.Runner |
testCount |
AtUnit
public AtUnit(Class<?> testClass)
throws org.junit.internal.runners.InitializationError
- Throws:
org.junit.internal.runners.InitializationError