sealed class LedgerTestCase extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LedgerTestCase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LedgerTestCase(suite: LedgerTestSuite, shortIdentifier: LedgerString, description: String, timeoutScale: Double, runConcurrently: Boolean, repeated: Int = 1, tags: List[EvidenceTag] = List.empty, limitation: TestConstraints = TestConstraints.NoLimitations, enabled: (Features) => Boolean, disabledReason: String, partyAllocation: PartyAllocation, runTestCase: (ExecutionContext) => (Seq[ParticipantTestContext]) => (Participants) => Future[Unit])
- suite
To which collection of tests this case belongs to
- shortIdentifier
A unique identifier used to generate party names, command identifiers, etc.
- description
A human-readable description of what this case tests
- timeoutScale
The factor applied to the default
- runConcurrently
True if the test is safe be ran concurrently with other tests without affecting their results
- partyAllocation
What parties need to be allocated on what participants as a setup for the test case
- runTestCase
The body of the test to be executed
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val description: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isEnabled(features: Features, participantCount: Int, connectedSynchronizersCount: Int): Either[String, Unit]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limitation: TestConstraints
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val repeated: Int
- def repetitions: Vector[Repetition]
- val runConcurrently: Boolean
- val shortIdentifier: LedgerString
- val suite: LedgerTestSuite
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: List[EvidenceTag]
- val timeoutScale: Double
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])