Closed
Description
Description
Contest Estimator is used to track utbot changes in coverage concepts, that is, how many lines of code generated tests can cover.
Now we want to track another metric – the number of detected exceptions.
Expected behavior
We will be able to specify expected unchecked exceptions for the project under test in a file called "exceptions" in the following format:
<class fully qualified name>.<method name>: <expected exception fqn> <another expected exception fqn> ...
For example:
org.utbot.examples.codeforces.exception.siobe.Task_1702B.solve: java.lang.StringIndexOutOfBoundsException
So now we expect that utbot will detect an exception in the Task_1702B.solve
method.
Metadata
Metadata
Assignees
Type
Projects
Status
Done