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
/
TestExecutor
TestExecutor
libretto.testing.TestExecutor
See the
TestExecutor
companion object
trait
TestExecutor
[
+
TK
<:
TestKit
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
TestExecutor
[
TK
]
Members list
Clear all
Value members
Abstract methods
def
check
(
body
: ()
=>
testKit.
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
execpAndCheck
[
O
,
P
,
X
](
body
: testKit.
DefaultInput
testKit.dsl.
-⚬
O
,
params
: testKit.
ExecutionParams
[
P
],
conduct
: (exn: testKit.bridge.
Execution
)
?=>
(
exn
.
OutPort
[
O
],
P
)
=>
testKit.
Outcome
[
X
],
postStopCheck
:
X
=>
testKit.
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
name
:
String
Concrete methods
def
exec
[
O
](
body
: testKit.
DefaultInput
testKit.dsl.
-⚬
O
,
conduct
: (exn: testKit.bridge.
Execution
)
?=>
exn
.
OutPort
[
O
]
=>
testKit.
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
execAndCheck
[
O
,
X
](
body
: testKit.
DefaultInput
testKit.dsl.
-⚬
O
,
conduct
: (exn: testKit.bridge.
Execution
)
?=>
exn
.
OutPort
[
O
]
=>
testKit.
Outcome
[
X
],
postStopCheck
:
X
=>
testKit.
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
narrow
:
TestExecutor
[testKit.
type
]
Abstract fields
val
testKit
:
TK
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Abstract fields