Package

io.gatling.commons.stats

assertion

Permalink

package assertion

Visibility
  1. Public
  2. All

Type Members

  1. case class Assertion(path: AssertionPath, target: Target, condition: Condition) extends Product with Serializable

    Permalink
  2. sealed trait AssertionPath extends Printable

    Permalink
  3. case class AssertionPathParts(parts: List[String]) extends Product with Serializable

    Permalink
  4. case class AssertionResult(assertion: Assertion, result: Boolean, message: String, actualValue: Option[Double]) extends Product with Serializable

    Permalink
  5. case class Between(lowerBound: Double, upperBound: Double, inclusive: Boolean) extends Condition with Product with Serializable

    Permalink
  6. sealed trait Condition extends Printable

    Permalink
  7. sealed trait CountMetric extends Printable

    Permalink
  8. case class CountTarget(metric: CountMetric) extends Target with Product with Serializable

    Permalink
  9. case class Details(parts: List[String]) extends AssertionPath with Product with Serializable

    Permalink
  10. case class Gt(value: Double) extends Condition with Product with Serializable

    Permalink
  11. case class Gte(value: Double) extends Condition with Product with Serializable

    Permalink
  12. case class In(elements: List[Double]) extends Condition with Product with Serializable

    Permalink
  13. case class Is(value: Double) extends Condition with Product with Serializable

    Permalink
  14. case class Lt(value: Double) extends Condition with Product with Serializable

    Permalink
  15. case class Lte(value: Double) extends Condition with Product with Serializable

    Permalink
  16. case class PercentTarget(metric: CountMetric) extends Target with Product with Serializable

    Permalink
  17. case class Percentiles(value: Double) extends TimeSelection with Product with Serializable

    Permalink
  18. trait Printable extends AnyRef

    Permalink
  19. sealed trait Target extends Printable

    Permalink
  20. sealed trait TimeMetric extends Printable

    Permalink
  21. sealed trait TimeSelection extends Printable

    Permalink
  22. case class TimeTarget(metric: TimeMetric, selection: TimeSelection) extends Target with Product with Serializable

    Permalink

Value Members

  1. object AllRequests extends CountMetric with Product with Serializable

    Permalink
  2. object AssertionPathParts extends Serializable

    Permalink
  3. object AssertionValidator

    Permalink
  4. object Count extends Printable with Product with Serializable

    Permalink
  5. object FailedRequests extends CountMetric with Product with Serializable

    Permalink
  6. object ForAll extends AssertionPath with Product with Serializable

    Permalink
  7. object Global extends AssertionPath with Product with Serializable

    Permalink
  8. object Max extends TimeSelection with Product with Serializable

    Permalink
  9. object Mean extends TimeSelection with Product with Serializable

    Permalink
  10. object MeanRequestsPerSecondTarget extends Target with Product with Serializable

    Permalink
  11. object Min extends TimeSelection with Product with Serializable

    Permalink
  12. object Percent extends Printable with Product with Serializable

    Permalink
  13. object ResponseTime extends TimeMetric with Product with Serializable

    Permalink
  14. object StandardDeviation extends TimeSelection with Product with Serializable

    Permalink
  15. object SuccessfulRequests extends CountMetric with Product with Serializable

    Permalink

Ungrouped