From 65ea6c17a0c1348aa9ef4e158102ddf173936882 Mon Sep 17 00:00:00 2001 From: Yuuta Liang Date: Thu, 23 Nov 2023 08:09:01 +0800 Subject: Add GUI Signed-off-by: Yuuta Liang --- src/test/persistence/DecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/persistence') diff --git a/src/test/persistence/DecoderTest.java b/src/test/persistence/DecoderTest.java index 96f94e7..418087b 100644 --- a/src/test/persistence/DecoderTest.java +++ b/src/test/persistence/DecoderTest.java @@ -26,6 +26,9 @@ public class DecoderTest { @BeforeEach void setup() { + // Dr. Paul: You can make dummy constructor calls to make the coverage happy since they are util classes. + new FS(); + new Decoder(); invalidKey1 = FS.read(Path.of("data", "invalid_key_1.json")); invalidKey2 = FS.read(Path.of("data", "invalid_key_2.json")); invalidCert = FS.read(Path.of("data", "invalid_cert.json")); -- cgit v1.2.3