-
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.
Merge pull request #2 from danieskj/pawel-sapula/testing-exceptions
Tests finished
- Loading branch information
Showing
25 changed files
with
1,368 additions
and
510 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,2 +1,12 @@ | ||
| # Mappevurdering-IDATT2003 | ||
|
|
||
| The exam of IDATT2003, "Programming 2" subject. | ||
|
|
||
| # Guide to tests | ||
|
|
||
| - The test generally start with a @BeforeEach method that sets up everything necessary for positive testing. | ||
| - Then there comes a positive test section and at last the negative tests. | ||
| - Complicated test methods have necessary JavaDocs and often have references pointing to other classes that share content or hold relevant information. | ||
| - Dictionary | ||
| - **PT** - Positive tests | ||
| - **NT** - Negative tests |
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
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
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 |
|---|---|---|
|
|
@@ -8,4 +8,4 @@ static void main() { | |
| System.out.println("Hello world!"); | ||
| } | ||
|
|
||
| } | ||
| } | ||
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
Oops, something went wrong.