play.test
Class PlayJUnitRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by play.test.PlayJUnitRunner
All Implemented Interfaces:
org.junit.runner.Describable

public class PlayJUnitRunner
extends org.junit.runner.Runner


Nested Class Summary
static class PlayJUnitRunner.StartPlay
           
 
Field Summary
static java.lang.String invocationType
           
static boolean useCustomRunner
           
 
Constructor Summary
PlayJUnitRunner(java.lang.Class testClass)
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
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

invocationType

public static final java.lang.String invocationType
See Also:
Constant Field Values

useCustomRunner

public static boolean useCustomRunner
Constructor Detail

PlayJUnitRunner

public PlayJUnitRunner(java.lang.Class testClass)
                throws java.lang.ClassNotFoundException,
                       org.junit.runners.model.InitializationError
Throws:
java.lang.ClassNotFoundException
org.junit.runners.model.InitializationError
Method Detail

getDescription

public org.junit.runner.Description getDescription()
Specified by:
getDescription in interface org.junit.runner.Describable
Specified by:
getDescription in class org.junit.runner.Runner

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Specified by:
run in class org.junit.runner.Runner


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly