ScenarioRunner

trait TestDsl
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from
CommonTesting

Value members

Concrete methods

def test[In <: Product, Out <: Product](process: Process[In, Out])(elements: ProcessNode | CustomTests*): Unit

Inherited methods

def checkOutput[T <: Product](out: T): () => Unit
Inherited from
CommonTesting
Inherited from
CommonTesting
def custom(tests: => Unit): CustomTests
Inherited from
TestDsl
def deployment(): Unit
Inherited from
CommonTesting
def formResource: ResourcePath
Inherited from
TestDsl
@Before
def init(): Unit
Inherited from
CommonTesting
@Rule
def processEngineRule: ProcessEngineRule
Inherited from
CommonTesting
def serviceRegistry(key: String, value: Any): ServiceRegistry
Inherited from
TestDsl
def setUpRegistries(): Unit
Inherited from
CommonTesting
Inherited from
TestDsl

Concrete fields

lazy
val mockedProcess: ProcessScenario

Inherited fields

val baseResource: ResourcePath
Inherited from
TestDsl

Extensions

Extensions

extension (callActivity: CallActivity[_, _])
def exec(): () => Unit
def prepare(): Unit
extension (decisionDmn: DecisionDmn[_, _])
def exec(): () => Unit
def prepare(): Unit
extension (endEvent: EndEvent)
def exec(): () => Unit
def prepare(): Unit
extension (process: Process[_, _])
def exec(): () => Unit
def prepare(): Scenario
extension (processToTest: ProcessToTest[_, _])
def run(): Unit
extension (serviceTask: ServiceTask[_, _])
def exec(): () => Unit
def prepare(): Unit
extension (userTask: UserTask[_, _])
def exec(): () => Unit
def prepare(): Unit

Inherited extensions

extension (testConfig: TestConfig)
def deployments(deployments: ResourcePath*): TestConfig
Inherited from
TestDsl
Inherited from
TestDsl