givenOwnerId

abstract fun givenOwnerId(ownerId: String): GivenStage<S>

Sets the owner ID for the aggregate in this test.

The owner ID is used to determine access permissions and may affect command execution behavior in multi-tenant scenarios.

Return

this GivenStage for method chaining

Parameters

ownerId

the owner identifier to set