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 String |
invocationType |
static boolean |
useCustomRunner |
Constructor and Description |
---|
PlayJUnitRunner(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 String invocationType
public static boolean useCustomRunner
public PlayJUnitRunner(Class testClass) throws ClassNotFoundException, org.junit.runners.model.InitializationError
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