ExternalBehavior

data class ExternalBehavior(val type: KType, val behavior: Behavior.Sampled<*>)(source)

An external behavior is a non-deterministic Behavior.sampled behavior that we need to track in the timeline for reproducibility.

See also ExternalNode.

Constructors

Link copied to clipboard
constructor(type: KType, behavior: Behavior.Sampled<*>)

Properties

Link copied to clipboard
Link copied to clipboard
val type: KType