Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[T3A4][T16-A3] Dion Ng #2

Open
wants to merge 1 commit into
base: T3A4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/LearningOutcomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,10 @@ Note the `test/seedu/addressbook/parser/ParserTest.java` class that users Junit

##### Exercise: Write unit tests for the `Utils` class

* First, make sure you know how to run JUnit tests by running the `ParserTest.java`.
* First, make sure you know how to run JUnit tests by running the given JUnit tests.
Instructions are in the [Developer Guide](DeveloperGuide.md#junit-tests).
* Add a `test/seedu/addressbook/common/UtilsTest.java` containing JUnit tests for the `Utils` class.
* Examine the code in the `test/seedu/addressbook/common/UtilsTest.java` containing JUnit tests for the `Utils` class.
Insert code to test a few more scenarios in each of the `@Test` methods to familiarize yourself with JUnit syntax.

------------------------------------------------------------------------------------------------------

Expand Down