CommonTesting

trait CommonTesting extends TestDsl
trait TestDsl
class Object
trait Matchable
class Any

Type members

Types

Value members

Abstract methods

Concrete methods

def checkOutput(out: Map[String, Any]): () => Unit
def deployment(): Unit
@Before
def init(): Unit
@Rule
def processEngineRule: ProcessEngineRule
def setUpRegistries(): Unit

Inherited methods

def custom(tests: => Unit): CustomTests
Inherited from:
TestDsl
def serviceRegistry(key: String, value: Any): ServiceRegistry
Inherited from:
TestDsl
def test[In <: Product : Decoder, Out <: Product : Decoder](process: Process[In, Out])(activities: ElementToTest*): Unit
Inherited from:
TestDsl
Inherited from:
TestDsl

Extensions

Inherited extensions

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

Implicits

Inherited implicits

implicit def toTest(pn: EndEvent): NodeToTest
Inherited from:
TestDsl
implicit def toTest[In <: Product : Decoder, Out <: Product : Decoder](inOut: InOut[In, Out, _] & ProcessNode): NodeToTest
Inherited from:
TestDsl