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.ClassNotFoundExceptionorg.junit.runners.model.InitializationErrorpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.Runnerpublic void filter(org.junit.runner.manipulation.Filter toFilter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterableorg.junit.runner.manipulation.NoTestsRemainExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly