org.apache.directory.server.core.integ
Class CiRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit4ClassRunner
          extended by org.apache.directory.server.core.integ.CiRunner
All Implemented Interfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

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

A test runner for ApacheDS Core integration tests.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
CiRunner(java.lang.Class<?> clazz)
           
 
Method Summary
protected  InheritableSettings getSettings()
           
 CiSuite getSuite()
           
protected  void invokeTestMethod(java.lang.reflect.Method method, org.junit.runner.notification.RunNotifier notifier)
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 void setSuite(CiSuite suite)
           
 
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner
classAnnotations, createTest, filter, getDescription, getName, getTestClass, getTestMethods, methodDescription, runMethods, sort, testAnnotations, testName, validate, wrapMethod
 
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

CiRunner

public CiRunner(java.lang.Class<?> clazz)
         throws org.junit.internal.runners.InitializationError
Throws:
org.junit.internal.runners.InitializationError
Method Detail

getSettings

protected InheritableSettings getSettings()

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Overrides:
run in class org.junit.internal.runners.JUnit4ClassRunner

invokeTestMethod

protected void invokeTestMethod(java.lang.reflect.Method method,
                                org.junit.runner.notification.RunNotifier notifier)
Overrides:
invokeTestMethod in class org.junit.internal.runners.JUnit4ClassRunner

setSuite

public void setSuite(CiSuite suite)

getSuite

public CiSuite getSuite()


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