org.apache.directory.server.integ
Class SiSuite

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runner.Runner>
          extended by org.junit.runners.Suite
              extended by org.apache.directory.server.integ.SiSuite
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class SiSuite
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 Class Summary
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
 
Constructor Summary
SiSuite(java.lang.Class<?> clazz, org.junit.runners.model.RunnerBuilder builder)
           
 
Method Summary
 InheritableServerSettings getSettings()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class org.junit.runners.Suite
describeChild, getChildren, runChild
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, collectInitializationErrors, filter, getDescription, getName, getTestClass, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
 
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
 

Constructor Detail

SiSuite

public SiSuite(java.lang.Class<?> clazz,
               org.junit.runners.model.RunnerBuilder builder)
        throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
Method Detail

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Overrides:
run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>

getSettings

public InheritableServerSettings getSettings()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.