libretto-testing
libretto-testing
API
libretto.testing
puro
AbstractPuroTestSuite
PuroTestKit
PuroTestSuite
scaletto
AbstractScalettoTestSuite
ExpectingVal
ScalettoTestExecutor
ExecutionParam
ManualClockParam
given_SupportsManualClock_ExecutionParam
ExecutionParam
ScalettoTestKit
ScalettoTestKit
ScalettoTestSuite
StarterTestExecutor
StarterTestSuite
ManualClock
ManualClock
SupportsManualClock
TestCase
TestCase
Configure
InteractWith
InteractWithConfigured
Multiple
Pending
Pure
Single
SingleProgram
TestExecutor
TestExecutor
Factory
Factory
ForKit
UsingKitAndExecutor
TestKit
Outcome
TestKit
Factory
TestKitWithManualClock
TestResult
Success
Failures
TestResult
Failure
Failed
Crash
TimedOut
TestSuite
libretto-testing
/
libretto.testing
/
TestCase
/
SingleProgram
SingleProgram
libretto.testing.TestCase.SingleProgram
sealed
trait
SingleProgram
[
TK
<:
TestKit
]
extends
Single
[
TK
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Single
[
TK
]
trait
TestCase
[
TK
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Type members
Types
type
O
type
P
type
X
Value members
Concrete methods
override
def
withTimeout
(
d
:
FiniteDuration
):
Single
[
TK
]
Attributes
Definition Classes
Single
Inherited methods
def
pending
:
TestCase
[
TK
]
Attributes
Inherited from:
TestCase
Abstract fields
val
body
: testKit.
DefaultInput
testKit.dsl.
-⚬
O
val
conductor
: (exn: testKit.bridge.
Execution
)
?=>
(
exn
.
OutPort
[
O
],
P
)
=>
testKit.
Outcome
[
X
]
val
params
: testKit.
ExecutionParams
[
P
]
val
postStop
:
X
=>
testKit.
Outcome
[
Unit
]
val
testKit
:
TK
val
timeout
:
FiniteDuration
In this article
Attributes
Members list
Type members
Types
Value members
Concrete methods
Inherited methods
Abstract fields