sbt.protocol.testing
package sbt.protocol.testing
Members list
Packages
package sbt.protocol.testing.codec
Type members
Classlikes
final class EndTestGroupErrorEvent extends TestMessage, Serializable
Called if test completed with an error.
object EndTestGroupErrorEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final class EndTestGroupEvent extends TestMessage, Serializable
Called if test completed.
object EndTestGroupEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EndTestGroupEvent.type
final class StartTestGroupEvent extends TestMessage, Serializable
Called for each class or equivalent grouping.
object StartTestGroupEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StartTestGroupEvent.type
final class TestCompleteEvent extends TestMessage, Serializable
Called once, at end of the testing.
object TestCompleteEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestCompleteEvent.type
final class TestInitEvent extends TestMessage, Serializable
Called once, at beginning of the testing.
object TestInitEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestInitEvent.type
final class TestItemDetail extends Serializable
Mini version of sbt.testing.Event
Mini version of sbt.testing.Event
Value parameters
- 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.
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
object TestItemDetail
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestItemDetail.type
final class TestItemEvent extends TestMessage, Serializable
Called for each test method or equivalent.
object TestItemEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestItemEvent.type
abstract class TestMessage() extends Serializable
Events for testing
Events for testing
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class EndTestGroupErrorEventclass EndTestGroupEventclass StartTestGroupEventclass TestCompleteEventclass TestInitEventclass TestItemEventclass TestStringEventShow all
object TestMessage
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestMessage.type
sealed abstract class TestResult extends Serializable
object TestResult
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TestResult.type
final class TestStringEvent extends TestMessage, Serializable
Attributes
- Companion
- object
- Supertypes
object TestStringEvent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestStringEvent.type
In this article