File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ The projects are provided to Contest estimator in advance.
28
28
All available projects are placed in the [ resources] [ resources ] folder, which contains:
29
29
- [ projects] [ projects ] consisting of the folders with the project JAR files in them.
30
30
- [ 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 ) .
31
34
32
35
### How to add a new project
33
36
You should add both the JAR files to the ` projects ` folder and the file with a list of classes to the ` classes ` folder.
You can’t perform that action at this time.
0 commit comments