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 31470ac commit b99eb5eCopy full SHA for b99eb5e
utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt
@@ -208,7 +208,8 @@ enum class Tool {
208
methodNameFilter: String?,
209
statsForProject: StatsForProject,
210
compiledTestDir: File,
211
- classFqn: String
+ classFqn: String,
212
+ expectedExceptions: ExpectedExceptionsForClass
213
) {
214
// EvoSuite has several phases, the variable below is responsible for assert generation
215
// timeout. We want to give 10s for a big time budgets and timeLimit / 5 for small budgets.
0 commit comments