diff --git a/.gradle/8.14/executionHistory/executionHistory.bin b/.gradle/8.14/executionHistory/executionHistory.bin index fbff49d..9357539 100644 Binary files a/.gradle/8.14/executionHistory/executionHistory.bin and b/.gradle/8.14/executionHistory/executionHistory.bin differ diff --git a/.gradle/8.14/executionHistory/executionHistory.lock b/.gradle/8.14/executionHistory/executionHistory.lock index 3353b4a..edec47d 100644 Binary files a/.gradle/8.14/executionHistory/executionHistory.lock and b/.gradle/8.14/executionHistory/executionHistory.lock differ diff --git a/.gradle/8.14/fileHashes/fileHashes.bin b/.gradle/8.14/fileHashes/fileHashes.bin index e6baf54..4520a38 100644 Binary files a/.gradle/8.14/fileHashes/fileHashes.bin and b/.gradle/8.14/fileHashes/fileHashes.bin differ diff --git a/.gradle/8.14/fileHashes/fileHashes.lock b/.gradle/8.14/fileHashes/fileHashes.lock index 7bc9f74..c31134a 100644 Binary files a/.gradle/8.14/fileHashes/fileHashes.lock and b/.gradle/8.14/fileHashes/fileHashes.lock differ diff --git a/.gradle/8.14/fileHashes/resourceHashesCache.bin b/.gradle/8.14/fileHashes/resourceHashesCache.bin index 0849ca9..128d6da 100644 Binary files a/.gradle/8.14/fileHashes/resourceHashesCache.bin and b/.gradle/8.14/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 8d87ba8..95f518b 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe index 1b1cbdb..38cbbd5 100644 Binary files a/.gradle/file-system.probe and b/.gradle/file-system.probe differ diff --git a/build/classes/java/main/hhn/temp/project/Main.class b/build/classes/java/main/hhn/temp/project/Main.class index 9cb2d8f..a4a0257 100644 Binary files a/build/classes/java/main/hhn/temp/project/Main.class and b/build/classes/java/main/hhn/temp/project/Main.class differ diff --git a/build/classes/java/main/hhn/temp/project/Task.class b/build/classes/java/main/hhn/temp/project/Task.class new file mode 100644 index 0000000..2ece7c7 Binary files /dev/null and b/build/classes/java/main/hhn/temp/project/Task.class differ diff --git a/build/classes/java/main/hhn/temp/project/TaskManager.class b/build/classes/java/main/hhn/temp/project/TaskManager.class new file mode 100644 index 0000000..bc3683e Binary files /dev/null and b/build/classes/java/main/hhn/temp/project/TaskManager.class differ diff --git a/build/classes/java/main/hhn/temp/project/TaskStatus.class b/build/classes/java/main/hhn/temp/project/TaskStatus.class new file mode 100644 index 0000000..da1072b Binary files /dev/null and b/build/classes/java/main/hhn/temp/project/TaskStatus.class differ diff --git a/build/classes/java/test/BadCaseTaskTest.class b/build/classes/java/test/BadCaseTaskTest.class index 09ea27a..1165298 100644 Binary files a/build/classes/java/test/BadCaseTaskTest.class and b/build/classes/java/test/BadCaseTaskTest.class differ diff --git a/build/classes/java/test/GoodCaseTaskTest.class b/build/classes/java/test/GoodCaseTaskTest.class index 8b2191f..4ad9c7d 100644 Binary files a/build/classes/java/test/GoodCaseTaskTest.class and b/build/classes/java/test/GoodCaseTaskTest.class differ diff --git a/build/jacoco/test.exec b/build/jacoco/test.exec index 6d51c3b..0fe41d3 100644 Binary files a/build/jacoco/test.exec and b/build/jacoco/test.exec differ diff --git a/build/jacocoHtml/hhn.temp.project/Main.html b/build/jacocoHtml/hhn.temp.project/Main.html index 775ac14..800c9a4 100644 --- a/build/jacocoHtml/hhn.temp.project/Main.html +++ b/build/jacocoHtml/hhn.temp.project/Main.html @@ -1 +1 @@ -
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 1 of 6 | 83 % | 0 of 0 | n/a | 1 | 3 | 1 | 3 | 1 | 3 |
| Main() | 0 % | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| Main() | 100 % | n/a | 0 | 1 | 0 | 1 | 0 | 1 | ||
| loadString() | 100 % | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 0 of 3 | 100 % | 0 of 0 | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
| Main() | 100 % | n/a | 0 | 1 | 0 | 1 | 0 | 1 |