Skip to content

Commit 31470ac

Browse files
committed
Update documentation
1 parent a11c0ce commit 31470ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utbot-junit-contest/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ The projects are provided to Contest estimator in advance.
2828
All available projects are placed in the [resources][resources] folder, which contains:
2929
- [projects][projects] consisting of the folders with the project JAR files in them.
3030
- [classes][classes] consisting of the folders — each named after the project and containing the `list` file with the fully qualified class names.
31+
It also may contain an `exceptions` file with the description of the expected exceptions, that utbot should find.
32+
Description is presented in the format: `<class fully qualified name>.<method name>: <expected exception fqn> <another fqn> ...`.
33+
For example, see this [file](src/main/resources/classes/codeforces/exceptions).
3134

3235
### How to add a new project
3336
You should add both the JAR files to the `projects` folder and the file with a list of classes to the `classes` folder.

0 commit comments

Comments
 (0)