play.test
类 PlayJUnitRunner
java.lang.Object
org.junit.runner.Runner
play.test.PlayJUnitRunner
- 所有已实现的接口:
- org.junit.runner.Describable, org.junit.runner.manipulation.Filterable
public class PlayJUnitRunner
- extends org.junit.runner.Runner
- implements org.junit.runner.manipulation.Filterable
方法摘要 |
void |
filter(org.junit.runner.manipulation.Filter toFilter)
|
org.junit.runner.Description |
getDescription()
|
void |
run(org.junit.runner.notification.RunNotifier notifier)
|
从类 org.junit.runner.Runner 继承的方法 |
testCount |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invocationType
public static final java.lang.String invocationType
- 另请参见:
- 常量字段值
useCustomRunner
public static boolean useCustomRunner
PlayJUnitRunner
public PlayJUnitRunner(java.lang.Class testClass)
throws java.lang.ClassNotFoundException,
org.junit.runners.model.InitializationError
- 抛出:
java.lang.ClassNotFoundException
org.junit.runners.model.InitializationError
getDescription
public org.junit.runner.Description getDescription()
- 指定者:
- 接口
org.junit.runner.Describable
中的 getDescription
- 指定者:
- 类
org.junit.runner.Runner
中的 getDescription
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- 指定者:
- 类
org.junit.runner.Runner
中的 run
filter
public void filter(org.junit.runner.manipulation.Filter toFilter)
throws org.junit.runner.manipulation.NoTestsRemainException
- 指定者:
- 接口
org.junit.runner.manipulation.Filterable
中的 filter
- 抛出:
org.junit.runner.manipulation.NoTestsRemainException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly