public class PlayJUnitRunner
extends org.junit.runner.Runner
implements org.junit.runner.manipulation.Filterable
Modifier and Type | Class and Description |
---|---|
static class |
PlayJUnitRunner.StartPlay |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
invocationType |
static boolean |
useCustomRunner |
Constructor and Description |
---|
PlayJUnitRunner(java.lang.Class testClass) |
Modifier and Type | Method and Description |
---|---|
void |
filter(org.junit.runner.manipulation.Filter toFilter) |
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public static final java.lang.String invocationType
public static boolean useCustomRunner
public PlayJUnitRunner(java.lang.Class testClass) throws java.lang.ClassNotFoundException, org.junit.runners.model.InitializationError
java.lang.ClassNotFoundException
org.junit.runners.model.InitializationError
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
getDescription
in class org.junit.runner.Runner
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in class org.junit.runner.Runner
public void filter(org.junit.runner.manipulation.Filter toFilter) throws org.junit.runner.manipulation.NoTestsRemainException
filter
in interface org.junit.runner.manipulation.Filterable
org.junit.runner.manipulation.NoTestsRemainException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly