PerftestConfiguration

uk.gov.hmrc.performance.conf.PerftestConfiguration

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def hasProperty(property: String): Boolean

Attributes

Inherited from:
Configuration
def keys(property: String): List[String]

Attributes

Inherited from:
Configuration
def readProperty(property: String, default: String): String

Attributes

Inherited from:
Configuration
def readProperty(property: String): String

Attributes

Inherited from:
Configuration
def readPropertyBooleanOption(property: String): Option[Boolean]

Attributes

Inherited from:
Configuration
def readPropertyList(property: String): List[String]

Attributes

Inherited from:
Configuration
def readPropertyOption(property: String): Option[String]

Attributes

Inherited from:
Configuration
def readPropertySet(property: String): Set[String]

Attributes

Inherited from:
Configuration
def readPropertySetOrEmpty(property: String): Set[String]

Attributes

Inherited from:
Configuration

Concrete fields

lazy val constantRateTime: FiniteDuration
lazy val labels: Set[String]
lazy val loadFactor: Double
lazy val loadPercentage: Int
val noLoad: Double
lazy val rampDownTime: FiniteDuration
lazy val rampUpTime: FiniteDuration
lazy val runSingleUserJourney: Boolean

Inherited fields

lazy val applicationConfig: Config

Attributes

Inherited from:
Configuration
lazy val runLocal: Boolean

Attributes

Inherited from:
Configuration