org.apache.directory.server.core.integ
Class CiSuite
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.CompositeRunner
org.junit.runners.Suite
org.apache.directory.server.core.integ.CiSuite
- All Implemented Interfaces:
- org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
public class CiSuite
- extends org.junit.runners.Suite
A replacement for standard JUnit 4 suites. Note that this test suite
will not startup an DirectoryService instance but will clean it up if
one remains.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Nested classes/interfaces inherited from class org.junit.runners.Suite |
org.junit.runners.Suite.SuiteClasses |
Constructor Summary |
CiSuite(java.lang.Class<?> clazz)
|
Method Summary |
void |
add(org.junit.runner.Runner runner)
|
void |
addAll(java.util.List<? extends org.junit.runner.Runner> runners)
|
InheritableSettings |
getSettings()
|
void |
run(org.junit.runner.notification.RunNotifier notifier)
|
Methods inherited from class org.junit.runners.Suite |
validate |
Methods inherited from class org.junit.internal.runners.CompositeRunner |
filter, getDescription, getName, getRunners, runChildren, sort |
Methods inherited from class org.junit.runner.Runner |
testCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CiSuite
public CiSuite(java.lang.Class<?> clazz)
throws org.junit.internal.runners.InitializationError
- Throws:
org.junit.internal.runners.InitializationError
addAll
public void addAll(java.util.List<? extends org.junit.runner.Runner> runners)
- Overrides:
addAll
in class org.junit.internal.runners.CompositeRunner
add
public void add(org.junit.runner.Runner runner)
- Overrides:
add
in class org.junit.internal.runners.CompositeRunner
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Overrides:
run
in class org.junit.runners.Suite
getSettings
public InheritableSettings getSettings()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.