Skip to content

Commit 40b7fde

Browse files
committedOct 22, 2024··
Made a section of the last paragarph
1 parent 05957a5 commit 40b7fde

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed
 

‎README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,16 @@ and the following one in the `TEST RESULTS` output tab:
129129

130130
![JUnit list results](img/list.png)
131131

132+
### Generating actual outputs
133+
132134
In case it is not easy for the **student** to grasp the reason of failed tests
133135
(not present in this example), he can define the `GENERATE_ACTUAL_FILES`
134-
*environment variable* to `true` and run the tests again. This will produce an
135-
`actual-N.txt` file (in the same subdirectory of `tests` where the other test
136-
case files are stored) containing the actual output produced by its
137-
implementation of the `main` method for the class under test. By comparing the
138-
`expected-N.txt` and `actual-N.txt` files, the **student** should easily
139-
understand the reason of the failure.
136+
*environment variable* to `true` and run the tests again.
137+
138+
This will produce an `actual-N.txt` file (in the same subdirectory of `tests`
139+
where the other test case files are stored) containing the actual output
140+
produced by the student implementation of the `main` method for the class under
141+
test.
142+
143+
By comparing the `expected-N.txt` and `actual-N.txt` files, the **student**
144+
should easily understand the reason of the failure.

0 commit comments

Comments
 (0)
Please sign in to comment.