org.kuali.student.common.test.spring
Class IntegrationServiceTestClassRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit4ClassRunner
          extended by org.kuali.student.common.test.spring.IntegrationServiceTestClassRunner
All Implemented Interfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

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


Field Summary
private  String contextPath
           
(package private) static org.slf4j.Logger logger
           
private  int port
           
private  org.mortbay.jetty.Server server
           
private  Class<?> testClass
           
private  String webAppPath
           
 
Constructor Summary
IntegrationServiceTestClassRunner(Class<?> klass)
           
 
Method Summary
private  void getAnnotations()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
private  void setProperties()
           
private  void startServer()
           
private  void stopServer()
           
 
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner
classAnnotations, createTest, filter, getDescription, getName, getTestClass, getTestMethods, invokeTestMethod, 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
 

Field Detail

logger

static final org.slf4j.Logger logger

testClass

private Class<?> testClass

server

private org.mortbay.jetty.Server server

webAppPath

private String webAppPath

contextPath

private String contextPath

port

private int port
Constructor Detail

IntegrationServiceTestClassRunner

public IntegrationServiceTestClassRunner(Class<?> klass)
                                  throws org.junit.internal.runners.InitializationError
Throws:
org.junit.internal.runners.InitializationError
Method Detail

getAnnotations

private void getAnnotations()

setProperties

private void setProperties()

run

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

startServer

private void startServer()

stopServer

private void stopServer()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.