StateEventBusSpec

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val namedAggregate: NamedAggregate
Link copied to clipboard
open override val topicKind: TopicKind

Functions

Link copied to clipboard
@Test
fun receive()
Link copied to clipboard
@DisabledIfEnvironmentVariable(named = "CI", matches = ".*")
@Test
fun receivePerformance()
Link copied to clipboard
@Test
fun send()
Link copied to clipboard
@Test
fun sendPerformance()
Link copied to clipboard
open fun verify(block: StateEventBus.() -> Unit)