jp.co.cyberagent.aeromock

template

package template

Visibility
  1. Public
  2. All

Type Members

  1. trait AssertError extends Assertable

  2. trait AssertFailure extends Assertable

  3. trait AssertSuccess extends Assertable

  4. trait Assertable extends AnyRef

  5. sealed abstract class AssertionResultType extends AnyRef

  6. case class DataAssertError(dataPath: String, time: BigDecimal, message: String, throwable: Option[Throwable]) extends AssertError with Product with Serializable

  7. case class DataAssertFailure(dataPath: String, time: BigDecimal, message: String, throwable: Option[Throwable]) extends AssertFailure with Product with Serializable

  8. case class DataAssertSuccess(dataPath: String, time: BigDecimal) extends AssertSuccess with Product with Serializable

  9. case class DataAsserts(successes: List[DataAssertSuccess], failures: List[DataAssertFailure], errors: List[DataAssertError]) extends Product with Serializable

  10. case class PageValidation(templatePath: String, templateResult: TemplateAssertResult, dataAsserts: Option[DataAsserts]) extends Assertable with Product with Serializable

  11. case class TemplateAssertError(time: BigDecimal, detail: String) extends TemplateAssertResult with AssertFailure with Product with Serializable

  12. case class TemplateAssertFailure(time: BigDecimal, detail: String) extends TemplateAssertResult with AssertError with Product with Serializable

  13. sealed abstract class TemplateAssertResult extends AnyRef

  14. case class TemplateAssertSuccess(time: BigDecimal, detail: String = "") extends TemplateAssertResult with AssertSuccess with Product with Serializable

  15. trait TemplateService extends ResponseDataSupport with Injectable

    Base service class of Template.

Value Members

  1. object AssertionResultType

  2. object TemplateContexts extends Injectable

    Management object of TemplateContext.

Ungrouped