orchescala.simulation

Members list

Packages

Type members

Classlikes

case class BadScenario(name: String, process: Process[_, _, _], errorMsg: String, isIgnored: Boolean, isOnly: Boolean) extends IsProcessScenario

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all
case class ContextData(requestCount: Int, processInstanceId: String, rootProcessInstanceId: String, taskId: String, jobId: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DiffPrinter

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait HasProcessSteps extends ScenarioOrStep

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class IncidentScenario(name: String, process: Process[_, _, _], steps: List[SStep], incidentMsg: String, isIgnored: Boolean, isOnly: Boolean, startType: ProcessStartType) extends IsProcessScenario, HasProcessSteps

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait SScenario
class Object
trait Matchable
class Any
Show all
Known subtypes
case class LogEntry(logLevel: LogLevel, msg: String, timestamp: LocalDateTime)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
enum LogLevel(val color: String) extends Ordered[LogLevel]

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
trait Logging

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ProcessScenario(name: String, process: Process[_, _, _], steps: List[SStep], isIgnored: Boolean, isOnly: Boolean, testOverrides: Option[TestOverrides], startType: ProcessStartType) extends IsProcessScenario, WithTestOverrides[ProcessScenario]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SScenario
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ResultChecker

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait SEvent extends SInServiceOuttep

Attributes

Supertypes
trait SStep
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Supertypes
trait SStep
class Object
trait Matchable
class Any
Show all
Known subtypes
trait SEvent
class SSignalEvent
class STimerEvent
class SUserTask
case class SMessageEvent(name: String, inOut: MessageEvent[_], optReadyVariable: Option[String], readyValue: Any, processInstanceId: Boolean, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
Show all
sealed trait SScenario extends ScenarioOrStep

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class SSignalEvent(name: String, inOut: SignalEvent[_], readyVariable: String, readyValue: Any, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
Show all
case class SSimulation(scenarios: List[SScenario])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait SStep extends ScenarioOrStep

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SEvent
class SSignalEvent
class STimerEvent
class SUserTask
class SWaitTime
Show all
case class STimerEvent(name: String, inOut: TimerEvent, optReadyVariable: Option[String], readyValue: Any, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
Show all
case class SUserTask(name: String, inOut: UserTask[_, _], testOverrides: Option[TestOverrides], waitForSec: Option[Int]) extends SInServiceOuttep

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any
Show all
case class SWaitTime(seconds: Int) extends SStep

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any
Show all
case class ScenarioData(scenarioName: String, context: ContextData, logEntries: Seq[LogEntry])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ScenarioOrStep

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ScenarioResult(name: String, maxLevel: LogLevel, log: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SimulationConfig(tenantId: Option[String], maxCount: Int, endpoint: String, logLevel: LogLevel)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
enum SimulationError extends RuntimeException

Attributes

Supertypes
trait Enum
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object SimulationFingerprint extends SubclassFingerprint

Attributes

Supertypes
trait SubclassFingerprint
trait Fingerprint
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait Logging
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class SimulationTestFramework extends Framework

Attributes

Supertypes
trait Framework
class Object
trait Matchable
class Any
final class SimulationTestRunner(val args: Array[String], val remoteArgs: Array[String], testClassLoader: ClassLoader) extends Runner

Attributes

Supertypes
trait Runner
class Object
trait Matchable
class Any
class Task(val taskDef: TaskDef, runUTestTask: (Seq[Logger], EventHandler) => Future[Unit]) extends Task

Attributes

Supertypes
trait Task
class Object
trait Matchable
class Any
case class TestOverride(key: Option[String], overrideType: TestOverrideType, value: Option[CamundaVariable])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TestOverride

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TestOverrides(overrides: Seq[TestOverride])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TestOverrides

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait WithTestOverrides[T <: WithTestOverrides[T]]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SEvent
class SSignalEvent
class STimerEvent
class SUserTask
Show all

Value members

Concrete methods

def addOverride[T <: Product](model: T, key: Option[String], overrideType: TestOverrideType, value: Option[CamundaVariable]): TestOverrides

Concrete fields

lazy val dtf: DateTimeFormatter
lazy val notSet: String