Skip to content

Commit 748ceb3

Browse files
committed
Improve md file in accordance with review comments
1 parent d535d70 commit 748ceb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UtUtilsClass.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Previously UnitTestBot generated _utility methods_ for each test class when they
1212

1313
For now UnitTestBot provides a special `UtUtils` class containing all _utility methods_ if at least one test class needs some of them. This class is generated once and the specific methods are imported from it if necessary. No need for _utility methods_ — no `UtUtils` class is generated.
1414

15-
We create a separate `UtUtils` class for each supported codegen language (is this class is required).
15+
We create a separate `UtUtils` class for each supported codegen language (if this class is required).
1616

1717
## What does it look like
1818

19-
Here is as example of documentation comment inherent to every `UtUtils` class:
19+
Here is an example of documentation comment inherent to every `UtUtils` class:
2020

2121
![Documentation](images/utbot_ututils_2.0.png)
2222

@@ -41,7 +41,7 @@ rely on the proper methods from `UtUtils` class.
4141

4242
## Where to find it
4343

44-
`UtUtils` class is usually located in the chosen **Test sources root** near the generated test classes, it's package is named after the selected codegen language.
44+
`UtUtils` class is usually located in the chosen **Test sources root** near the generated test classes. The corresponding package name mentions the language of the generated tests: e.g. `org.utbot.runtime.utils.java`.
4545

4646
## How to test
4747

0 commit comments

Comments
 (0)