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

com.sageserpent.americium.TestIntegrationContextImplementation.scala Maven / Gradle / Ivy

The newest version!
package com.sageserpent.americium
import com.sageserpent.americium.java.{
  CaseFailureReporting,
  InlinedCaseFiltration
}

case class TestIntegrationContextImplementation[Case](
    caze: Case,
    caseFailureReporting: CaseFailureReporting,
    inlinedCaseFiltration: InlinedCaseFiltration,
    isPartOfShrinkage: Boolean,
    recipe: String
) extends com.sageserpent.americium.java.TestIntegrationContext[Case]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy