diff --git a/tiddlers/content/_Coursework.tid b/tiddlers/content/_Coursework.tid index fc799fb..f43e972 100644 --- a/tiddlers/content/_Coursework.tid +++ b/tiddlers/content/_Coursework.tid @@ -30,6 +30,9 @@ !!! Java Programming <> +!!! Testing +<> + !!! Software used in {{$:/ou/parameters/Paper Code}} <> diff --git a/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md b/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md index 9154618..ad14b44 100644 --- a/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md +++ b/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md @@ -8,7 +8,7 @@ These assertions are more powerful and resemble English which makes the intention of an assertion more obvious. The messages that are produced when a Hamcrest assertion fails are often easier to understand than the generic true/equals tests that you get with JUnit. -We will generally stick to Hamcrest in INFO202 since it is the more powerful library, and is generally easier to use. +We will generally stick to Hamcrest in {{$:/ou/parameters/Paper Code}} since it is the more powerful library, and is generally easier to use. # Testing Domain Objects with Hamcrest @@ -83,7 +83,7 @@ assertThat(bd1, comparesEqualTo(bd2)); // this test should pass ``` -These examples should cover everything that you need in INFO202. You may also want to take a look at the following quick tutorial which has examples of some features that were not covered above: +These examples should cover everything that you need in {{$:/ou/parameters/Paper Code}}. You may also want to take a look at the following quick tutorial which has examples of some features that were not covered above: https://www.baeldung.com/java-junit-hamcrest-guide diff --git a/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md.meta b/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md.meta index c07271f..259d809 100644 --- a/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md.meta +++ b/tiddlers/content/reference/Testing/_Reference_Testing_Hamcrest.md.meta @@ -1,3 +1,3 @@ -tags: hidden -title: $:/Reference/Testing/Hamcrest +tags: reference +title: /Reference/Testing/Hamcrest type: text/x-markdown \ No newline at end of file