org.specs2.runner

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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

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

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

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

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

    create a custom printer from a Notifier instance passed in arguments

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

    create a custom printer from a Name passed in arguments

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

    create a built-in specs2 printer

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

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

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

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

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

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

    Exit the JVM with a given status

  20. def finalize(): Unit

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

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

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

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

    Use the console logging to log exceptions

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

    Log the issues which might have been caused by the user

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

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

    print a message if a class can not be instantiated

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

    print a message if a class can not be instantiated

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

    print a message if a class can not be instantiated

  30. final def notify(): Unit

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped