All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sageserpent.americium.java.TestIntegrationContext.scala Maven / Gradle / Ivy

package com.sageserpent.americium.java

trait TestIntegrationContext[+Case] {
  def caze: Case
  def caseFailureReporting: CaseFailureReporting
  def inlinedCaseFiltration: InlinedCaseFiltration
  def isPartOfShrinkage: Boolean
  def recipe: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy