libretto-testing
libretto-testing
API
libretto.testing
ManualClock
ManualClock
ManualClockParams
TestCase
TestCase
Configure
InteractWith
InteractWithConfigured
Multiple
Pending
Pure
Single
SingleProgram
TestExecutor
TestExecutor
Factory
Factory
UsingExecutor
TestKit
Outcome
monadOutcome
TestKit
TestKitOps
TestKitWithManualClock
TestResult
Success
Failure
Crash
TimedOut
TestResult
TestSuite
libretto.testing.scaletto
ScalettoTestExecutor
ExecutionParam
F
Instantiation
Instantiation
ManualClockParam
manualClockParamsInstance
ScalettoTestKitFromBridge
ScalettoTestKit
ScalettoTestKit
ScalettoTestKitOps
ScalettoTestSuite
StarterTestExecutor
StarterTestSuite
libretto-testing
/
libretto.testing
/
TestResult
TestResult
libretto.testing.TestResult$
See the
TestResult
companion enum
object
TestResult
Attributes
Companion:
enum
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
TestResult
.type
Clear all
Members list
Concise view
Type members
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Attributes
Inherited from:
Mirror
Value members
Concrete methods
def
crash
[
A
](
e
:
Throwable
):
TestResult
[
A
]
def
failure
[
A
](
using
pos
:
SourcePos
)(
msg
:
String
,
error
:
Option
[
Throwable
]):
TestResult
[
A
]
def
success
[
A
](
a
:
A
):
TestResult
[
A
]