com.sageserpent.americium.TestIntegrationContextImplementation.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of americium_3 Show documentation
Show all versions of americium_3 Show documentation
Generation of test data for parameterised testing
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]