Class

com.waioeka.sbt.runner

CucumberFeatureRunner

Related Doc: package runner

Permalink

class CucumberFeatureRunner extends Runner2

CucumberFeatureRunner This class implements the Runner2 interface for running Cucumber tests.

Linear Supertypes
Runner2, Runner, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CucumberFeatureRunner
  2. Runner2
  3. Runner
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CucumberFeatureRunner(classLoader: ClassLoader, loggers: Array[Logger])

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def execute(arguments: List[String], classLoader: ClassLoader): Int

    Permalink

    Create the Cucumber Runtime and execute the test.

    Create the Cucumber Runtime and execute the test.

    arguments

    the test and Cucumber arguments.

    classLoader

    the class loader for the Runtime.

    returns

    the exit status of the Cucumber Runtime.

  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  13. def logDebug(s: String): Unit

    Permalink
  14. def logError(s: String): Unit

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def run(testName: String, fingerprint: Fingerprint, eventHandler: EventHandler, args: Array[String]): Unit

    Permalink

    Run a Cucumber test.

    Run a Cucumber test.

    testName

    the name of the test.

    fingerprint

    the identification of the test (CucumberRunner).

    eventHandler

    the event handler.

    args

    the test arguments.

    Definition Classes
    CucumberFeatureRunner → Runner2
  19. final def run(arg0: String, arg1: TestFingerprint, arg2: EventHandler, arg3: Array[String]): Unit

    Permalink
    Definition Classes
    Runner2 → Runner
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Runner2

Inherited from Runner

Inherited from AnyRef

Inherited from Any

Ungrouped