diff --git a/SiteGenTest.java b/SiteGenTest.java index 4e7dc08b6c45a7e435a591852efb8c9a736a25dd..3587ae9aa8e83aef7f399af5abf2e8bc1cf89847 100644 --- a/SiteGenTest.java +++ b/SiteGenTest.java @@ -1,12 +1,9 @@ -import org.junit.jupiter.api.Assertions; -import org.junit.jupiter.api.Test; - public class SiteGenTest { - @Test + public void testHtmlString() { String correctHtml = "<html><head><title>My favorite movies</title></head><body><h1>My favorite movies</h1><ul><li>Star Wars</li><li>Star Trek</li><li>Battlestar Galactica</li></ul></body></html>"; - Assertions.assertEquals(correctHtml, SiteGen.htmlString); + } } diff --git a/junit-platform-console-standalone-1.8.1.jar b/junit-platform-console-standalone-1.8.1.jar new file mode 100644 index 0000000000000000000000000000000000000000..7a904901b242d782feec6ba9f62f16d8a2cd2038 Binary files /dev/null and b/junit-platform-console-standalone-1.8.1.jar differ