final case class Config(jsonApiMode: Boolean, participantsEndpoints: Vector[(String, Int)], participantsAdminEndpoints: Vector[(String, Int)], maxConnectionAttempts: Int, mustFail: Boolean, verbose: Boolean, timeoutScaleFactor: Double, concurrentTestRuns: Int, extract: Boolean, tlsConfig: Option[TlsClientConfig], excluded: Set[String], included: Set[String], additional: Set[String], listTests: Boolean, listTestSuites: Boolean, shuffleParticipants: Boolean, partyAllocation: PartyAllocationConfiguration, ledgerClockGranularity: FiniteDuration, skipDarNamesPattern: Option[Regex], reportOnFailuresOnly: Boolean, connectedSynchronizers: Int) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Config
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new Config(jsonApiMode: Boolean, participantsEndpoints: Vector[(String, Int)], participantsAdminEndpoints: Vector[(String, Int)], maxConnectionAttempts: Int, mustFail: Boolean, verbose: Boolean, timeoutScaleFactor: Double, concurrentTestRuns: Int, extract: Boolean, tlsConfig: Option[TlsClientConfig], excluded: Set[String], included: Set[String], additional: Set[String], listTests: Boolean, listTestSuites: Boolean, shuffleParticipants: Boolean, partyAllocation: PartyAllocationConfiguration, ledgerClockGranularity: FiniteDuration, skipDarNamesPattern: Option[Regex], reportOnFailuresOnly: Boolean, connectedSynchronizers: Int)
 
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
 
 -  val additional: Set[String]
 -   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 concurrentTestRuns: Int
 -  val connectedSynchronizers: Int
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  val excluded: Set[String]
 -  val extract: Boolean
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  val included: Set[String]
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  val jsonApiMode: Boolean
 -  val ledgerClockGranularity: FiniteDuration
 -  val listTestSuites: Boolean
 -  val listTests: Boolean
 -  val maxConnectionAttempts: Int
 -  val mustFail: Boolean
 -   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 participantsAdminEndpoints: Vector[(String, Int)]
 -  val participantsEndpoints: Vector[(String, Int)]
 -  val partyAllocation: PartyAllocationConfiguration
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -  val reportOnFailuresOnly: Boolean
 -  val shuffleParticipants: Boolean
 -  val skipDarNamesPattern: Option[Regex]
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  val timeoutScaleFactor: Double
 -  val tlsConfig: Option[TlsClientConfig]
 -  val verbose: Boolean
 -   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])
 
 -  def withTlsConfig(modify: (TlsClientConfig) => TlsClientConfig): Config