JUnit

object JUnit

Types

Link copied to clipboard
data class Config(val srcInput: List<PathSpec>, val testInput: List<PathSpec>, val compileArgs: List<String>?, val runArgs: List<String>?, val version: String?, val score: Double?, val treatDenormalScore: ConfigUnit.TotalScorable.DenormHandling?, val scoreWeighting: XUnitWeighting?) : ConfigUnit, ConfigUnit.TotalScorable, XUnitWeightedScorable
Link copied to clipboard
class DockerInfo(distro: LangDockerfile.Java, version: String)

Docker-related information for JUnit stages.

Link copied to clipboard
data class Report(val hasTimedOut: Boolean, val exitCode: Int, val stderr: List<String>, val report: XUnitReport?, val scoreGenerator: ScoreGenerator) : DockerPipelineStage.ExecutableReport, StageReportUnit.Scorable
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard