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
/
UsingExecutor
UsingExecutor
libretto.testing.TestExecutor$.UsingExecutor
class
UsingExecutor
[
E
<:
Executor
](
val
executor
:
E
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
runTestCase
[
O
,
P
,
X
](
body
:
Done
-⚬
O
,
params
:
ExecutionParam
[
P
],
conduct
: (exn:
Execution
)
=>
(
OutPort
[
O
],
P
)
=>
Async
[
TestResult
[
X
]],
postStop
:
X
=>
Async
[
TestResult
[
Unit
]],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
def
runTestCase
(
body
: ()
=>
Async
[
TestResult
[
Unit
]],
timeout
:
FiniteDuration
):
TestResult
[
Unit
]
Concrete fields
val
executor
:
E