case class TestContext(ownerParticipant: ParticipantTestContext, delegateParticipant: ParticipantTestContext, owner: Party, delegate: Party, contractKey: String, delegationCid: ContractId, delegatedCid: ContractId, originalCreateEvent: CreatedEvent, disclosedContract: DisclosedContract) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- TestContext
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new TestContext(ownerParticipant: ParticipantTestContext, delegateParticipant: ParticipantTestContext, owner: Party, delegate: Party, contractKey: String, delegationCid: ContractId, delegatedCid: ContractId, originalCreateEvent: CreatedEvent, disclosedContract: DisclosedContract)
 
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 contractKey: String
 -  val delegate: Party
 -  val delegateParticipant: ParticipantTestContext
 -  val delegatedCid: ContractId
 -  val delegationCid: ContractId
 -  val disclosedContract: DisclosedContract
 -  def dummyCreate(disclosedContracts: DisclosedContract*): Future[Unit]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def exerciseFetchDelegated(disclosedContracts: DisclosedContract*): Future[Unit]
Exercises the FetchDelegated choice as the delegate party, with the given explicit disclosure contracts.
Exercises the FetchDelegated choice as the delegate party, with the given explicit disclosure contracts. This choice fetches the Delegation contract which is only visible to the owner.
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   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 originalCreateEvent: CreatedEvent
 -  val owner: Party
 -  val ownerParticipant: ParticipantTestContext
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   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])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])