package test
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ClassBasedTestScenarioRunner extends TestScenarioRunner
- case class RunResult[T](errors: List[NuExceptionInfo[_]], successes: List[T]) extends Product with Serializable
-
trait
TestScenarioRunner extends AnyRef
This is *experimental* API, currently it allows only for simple use case - synchronous invocation of test data
This is *experimental* API, currently it allows only for simple use case - synchronous invocation of test data
This is common trait for all various engines - where each engine can have different entry method provided by convention runWith***Data. For example see implementation on LiteKafkaTestScenarioRunner and LiteTestScenarioRunner
Value Members
- object ModelWithTestComponents
- object RunResult extends Serializable
- object TestScenarioRunner