org.specs2.runner

Runner

Related Doc: package runner

object Runner

reusable actions for Runners

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Runner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createCustomInstance[T <: AnyRef](args: Arguments, loader: ClassLoader, name: String, failureMessage: (String) ⇒ String, noRequiredMessage: String)(implicit m: ClassTag[T]): Action[Option[T]]

    create a custom instance

  7. def createHtmlPrinter(args: Arguments, loader: ClassLoader): Action[Option[Printer]]

  8. def createJUnitXmlPrinter(args: Arguments, loader: ClassLoader): Action[Option[Printer]]

  9. def createMarkdownPrinter(args: Arguments, loader: ClassLoader): Action[Option[Printer]]

  10. def createNotifierPrinter(args: Arguments, loader: ClassLoader): Action[Option[Printer]]

    create a custom printer from a Notifier instance passed in arguments

  11. def createPrinter(args: Arguments, loader: ClassLoader): Action[Option[Printer]]

    create a custom printer from a Name passed in arguments

  12. def createPrinterInstance(args: Arguments, loader: ClassLoader, name: PrinterName, className: String, failureMessage: String, noRequiredMessage: String): Action[Option[Printer]]

    create a built-in specs2 printer

  13. def createTextPrinter(args: Arguments, loader: ClassLoader): Action[Option[Printer]]

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def execute(actions: Action[Unit], arguments: Arguments, exit: Boolean): Unit

    Execute some actions and exit with the proper code if 'exist' is true

  17. def exitSystem(status: Int, exit: Boolean): Unit

    Exit the JVM with a given status

  18. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  22. def logThrowable(t: Throwable, arguments: Arguments)(print: (String) ⇒ IO[Unit]): IO[Unit]

    Use the console logging to log exceptions

  23. def logUserWarnings(warnings: Vector[String])(print: (String) ⇒ IO[Unit]): IO[Unit]

    Log the issues which might have been caused by the user

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def noInstance[T](message: String, verbose: Boolean): Action[Option[T]]

    print a message if a class can not be instantiated

  26. def noInstance[T](message: String): Action[Option[T]]

    print a message if a class can not be instantiated

  27. def noInstance[T](message: String, t: Throwable, verbose: Boolean): Action[Option[T]]

    print a message if a class can not be instantiated

  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped