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
Failures
TestResult
Failure
Failed
Crash
TimedOut
TestSuite
libretto.testing.scaletto
ScalettoTestExecutor
ExecutionParam
F
Instantiation
Instantiation
ManualClockParam
manualClockParamsInstance
ScalettoTestKitFromBridge
ScalettoTestKit
ScalettoTestKit
ScalettoTestKitOps
ScalettoTestSuite
StarterTestExecutor
StarterTestSuite
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
]
Clear all
Members list
Concise view
Value members
Abstract methods
def
check
(
body
: ()
=>
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
execpAndCheck
[
O
,
P
,
X
](
body
:
Done
-⚬
O
,
params
:
ExecutionParam
[
P
],
conduct
: (exn:
Execution
)
=>
(
OutPort
[
O
],
P
)
=>
Outcome
[
X
],
postStopCheck
:
X
=>
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
name
:
String
Concrete methods
def
exec
[
O
](
body
:
Done
-⚬
O
,
conduct
: (exn:
Execution
)
=>
OutPort
[
O
]
=>
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
execAndCheck
[
O
,
X
](
body
:
Done
-⚬
O
,
conduct
: (exn:
Execution
)
=>
OutPort
[
O
]
=>
Outcome
[
X
],
postStopCheck
:
X
=>
Outcome
[
Unit
],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
narrow
:
TestExecutor
[
TK
]
Abstract fields
val
testKit
:
TK