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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    JavaClassRunner
  20. def getAnnotation(): TestVerticleInfo

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def testCount(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[org.junit.runners]
    Definition Classes
    ParentRunner
  59. 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