We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db00dd7 commit 23a743dCopy full SHA for 23a743d
utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt
@@ -589,6 +589,7 @@ fun parseExceptionsFile(exceptionsDescriptionFile: File): ExpectedExceptionsForP
589
class ProjectToEstimate(
590
val name: String,
591
val classFQNs: List<String>,
592
+ val expectedExceptions: ExpectedExceptionsForProject,
593
private val jars: List<File>,
594
testCandidatesDir: File,
595
unzippedJars: File
0 commit comments