File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,16 @@ and the following one in the `TEST RESULTS` output tab:
129
129
130
130
![ JUnit list results] ( img/list.png )
131
131
132
+ ### Generating actual outputs
133
+
132
134
In case it is not easy for the ** student** to grasp the reason of failed tests
133
135
(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.
You can’t perform that action at this time.
0 commit comments