Package play.test
Class PlayJUnitRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- play.test.PlayJUnitRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable
public class PlayJUnitRunner extends org.junit.runner.Runner implements org.junit.runner.manipulation.Filterable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayJUnitRunner.StartPlay
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringinvocationTypestatic booleanuseCustomRunner
-
Constructor Summary
Constructors Constructor Description PlayJUnitRunner(java.lang.Class testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(org.junit.runner.manipulation.Filter toFilter)org.junit.runner.DescriptiongetDescription()voidrun(org.junit.runner.notification.RunNotifier notifier)
-
-
-
Field Detail
-
invocationType
public static final java.lang.String invocationType
- See Also:
- Constant Field Values
-
useCustomRunner
public static boolean useCustomRunner
-
-
Method Detail
-
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescriptionin interfaceorg.junit.runner.Describable- Specified by:
getDescriptionin classorg.junit.runner.Runner
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
runin classorg.junit.runner.Runner
-
filter
public void filter(org.junit.runner.manipulation.Filter toFilter) throws org.junit.runner.manipulation.NoTestsRemainException- Specified by:
filterin interfaceorg.junit.runner.manipulation.Filterable- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
-