This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Commit 8e00a4b
committed
A bit of proactive defense
There are times when the first four lines of a unit test for a Java program are missing, causing the tests to fail. I do not know where, when, or why this is happening. But this checks to see if the important things are missing right before they are sent to JOBE. If they are missing I add them.1 parent 9be16a4 commit 8e00a4b
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
104 | 118 | | |
105 | 119 | | |
106 | 120 | | |
| |||
0 commit comments