-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40d5b14
commit a0d296e
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# __Lab Report 3__ | ||
|
||
*** | ||
## Part 1 - Bugs | ||
|
||
Provide: | ||
|
||
A failure-inducing input for the buggy program, as a JUnit test and any associated code (write it as a code block in Markdown) | ||
An input that doesn't induce a failure, as a JUnit test and any associated code (write it as a code block in Markdown) | ||
The symptom, as the output of running the tests (provide it as a screenshot of running JUnit with at least the two inputs above) | ||
The bug, as the before-and-after code change required to fix it (as two code blocks in Markdown) | ||
Briefly describe why the fix addresses the issue. | ||
|