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 class
PlayJUnitRunner.StartPlay
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
invocationType
static boolean
useCustomRunner
-
Constructor Summary
Constructors Constructor Description PlayJUnitRunner(java.lang.Class testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(org.junit.runner.manipulation.Filter toFilter)
org.junit.runner.Description
getDescription()
void
run(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:
getDescription
in interfaceorg.junit.runner.Describable
- Specified by:
getDescription
in classorg.junit.runner.Runner
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
run
in classorg.junit.runner.Runner
-
filter
public void filter(org.junit.runner.manipulation.Filter toFilter) throws org.junit.runner.manipulation.NoTestsRemainException
- Specified by:
filter
in interfaceorg.junit.runner.manipulation.Filterable
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
-