sbt.protocol.testing

Members list

Concise view

Type members

Classlikes

final class EndTestGroupErrorEvent extends TestMessage with Serializable

Called if test completed with an error.

Called if test completed with an error.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class EndTestGroupEvent extends TestMessage with Serializable

Called if test completed.

Called if test completed.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class StartTestGroupEvent extends TestMessage with Serializable

Called for each class or equivalent grouping.

Called for each class or equivalent grouping.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class TestCompleteEvent extends TestMessage with Serializable

Called once, at end of the testing.

Called once, at end of the testing.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class TestInitEvent extends TestMessage with Serializable

Called once, at beginning of the testing.

Called once, at beginning of the testing.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class TestItemDetail extends Serializable

Mini version of sbt.testing.Event

Mini version of sbt.testing.Event

Attributes

duration

An amount of time, in milliseconds, that was required to complete the action reported by this event. None, if no duration was available.

fullyQualifiedName

The fully qualified name of a class that can rerun the suite or test about which an event was fired.

status

Indicates whether the event represents a test success, failure, error, skipped, ignored, canceled, pending.

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class TestItemEvent extends TestMessage with Serializable

Called for each test method or equivalent.

Called for each test method or equivalent.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class TestMessage() extends Serializable

Events for testing

Events for testing

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class TestResult extends Serializable

Testing result

Testing result

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object Error.type
object Failed.type
object Passed.type
object TestResult

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final class TestStringEvent extends TestMessage with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type