package participant
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Features(userManagement: UserManagementFeature, partyManagement: PartyManagementFeature, staticTime: Boolean, offsetCheckpoint: OffsetCheckpointFeature) extends Product with Serializable
- trait ParticipantTestContext extends UserManagementTestContext
- Annotations
- @nowarn()
- final class SingleParticipantTestContext extends ParticipantTestContext with ExternalPartyUtils
Exposes services running on some participant server in a test case.
Exposes services running on some participant server in a test case.
Each time a test case is run it receives a fresh instance of SingleParticipantTestContext (one for every used participant server).
- Annotations
- @nowarn()
- class TimeoutParticipantTestContext extends ParticipantTestContext
- Annotations
- @nowarn()
- trait UserManagementTestContext extends AnyRef
Value Members
- object Features extends Serializable
- object ParticipantSession
- object ParticipantTestContext