org.vertx.scala.testtools

ScalaClassRunner

class ScalaClassRunner extends JavaClassRunner

Linear Supertypes
JavaClassRunner, BlockJUnit4ClassRunner, ParentRunner[FrameworkMethod], Sortable, Filterable, Runner, Describable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaClassRunner
  2. JavaClassRunner
  3. BlockJUnit4ClassRunner
  4. ParentRunner
  5. Sortable
  6. Filterable
  7. Runner
  8. Describable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaClassRunner(clazz: Class[_])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def childrenInvoker(arg0: RunNotifier): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  6. def classBlock(arg0: RunNotifier): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  7. def classRules(): List[TestRule]

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collectInitializationErrors(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner → ParentRunner
  10. def computeTestMethods(): List[FrameworkMethod]

    Attributes
    protected[org.vertx.scala.testtools]
    Definition Classes
    ScalaClassRunner → JavaClassRunner → BlockJUnit4ClassRunner
  11. def createTest(): AnyRef

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def describeChild(arg0: FrameworkMethod): Description

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner → ParentRunner
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def filter(arg0: Filter): Unit

    Definition Classes
    ParentRunner → Filterable
    Annotations
    @throws( ... )
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getActualMethodName(arg0: String): String

    Definition Classes
    JavaClassRunner
  18. def getAnnotation(): TestVerticleInfo

    Attributes
    protected[org.vertx.testtools]
    Definition Classes
    JavaClassRunner
  19. def getChildren(): List[FrameworkMethod]

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner → ParentRunner
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getClassPath(arg0: String): URL

    Attributes
    protected[org.vertx.testtools]
    Definition Classes
    JavaClassRunner
  22. def getDescription(): Description

    Definition Classes
    ParentRunner → Runner → Describable
  23. def getMain(arg0: String): String

    Attributes
    protected[org.vertx.testtools]
    Definition Classes
    JavaClassRunner
  24. def getName(): String

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  25. def getRunnerAnnotations(): Array[Annotation]

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  26. final def getTestClass(): TestClass

    Definition Classes
    ParentRunner
  27. def getTestMethods(): List[FrameworkMethod]

    Attributes
    protected[org.vertx.testtools]
    Definition Classes
    JavaClassRunner
  28. def getTestRules(arg0: Any): List[TestRule]

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def methodBlock(arg0: FrameworkMethod): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  32. def methodInvoker(arg0: FrameworkMethod, arg1: Any): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def rules(arg0: Any): List[MethodRule]

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  37. def run(arg0: RunNotifier): Unit

    Definition Classes
    ParentRunner → Runner
  38. def runChild(arg0: FrameworkMethod, arg1: RunNotifier): Unit

    Attributes
    protected[org.vertx.testtools]
    Definition Classes
    JavaClassRunner → BlockJUnit4ClassRunner → ParentRunner
  39. final def runLeaf(arg0: Statement, arg1: Description, arg2: RunNotifier): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  40. def setScheduler(arg0: RunnerScheduler): Unit

    Definition Classes
    ParentRunner
  41. def sort(arg0: Sorter): Unit

    Definition Classes
    ParentRunner → Sortable
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def testCount(): Int

    Definition Classes
    Runner
  44. def testName(arg0: FrameworkMethod): String

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def validateConstructor(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  47. def validateFields(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  48. def validateNoNonStaticInnerClass(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  49. def validateOnlyOneConstructor(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  50. def validatePublicVoidNoArgMethods(arg0: Class[_ <: Annotation], arg1: Boolean, arg2: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  51. def validateTestMethods(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  52. def validateZeroArgConstructor(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withAfterClasses(arg0: Statement): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  57. def withBeforeClasses(arg0: Statement): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner

Deprecated Value Members

  1. def possiblyExpectingExceptions(arg0: FrameworkMethod, arg1: Any, arg2: Statement): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def validateInstanceMethods(arg0: List[Throwable]): Unit

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def withAfters(arg0: FrameworkMethod, arg1: Any, arg2: Statement): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def withBefores(arg0: FrameworkMethod, arg1: Any, arg2: Statement): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def withPotentialTimeout(arg0: FrameworkMethod, arg1: Any, arg2: Statement): Statement

    Attributes
    protected[org.junit.runners]
    Definition Classes
    BlockJUnit4ClassRunner
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JavaClassRunner

Inherited from BlockJUnit4ClassRunner

Inherited from ParentRunner[FrameworkMethod]

Inherited from Sortable

Inherited from Filterable

Inherited from Runner

Inherited from Describable

Inherited from AnyRef

Inherited from Any

Ungrouped