diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-14 18:41:17 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-14 18:41:17 +0100 |
| commit | 6194d284f5559acc5f23a402f577bac655878f92 (patch) | |
| tree | ad3a47c59e5d8179911cb2bd0b88ecd520af2842 /examples/01-struct/output/java-junit | |
| parent | 717cef4b3c757ceefb2a16cdf6c3892cde28b53f (diff) | |
Rename java-junit to java
Diffstat (limited to 'examples/01-struct/output/java-junit')
3 files changed, 0 insertions, 19 deletions
diff --git a/examples/01-struct/output/java-junit/.gitignore b/examples/01-struct/output/java-junit/.gitignore deleted file mode 100644 index ff511d4..0000000 --- a/examples/01-struct/output/java-junit/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/src/gen/ -/target/ diff --git a/examples/01-struct/output/java-junit/pom.xml b/examples/01-struct/output/java-junit/pom.xml deleted file mode 120000 index 445fa65..0000000 --- a/examples/01-struct/output/java-junit/pom.xml +++ /dev/null @@ -1 +0,0 @@ -../../../templates/java-junit/pom.xml
\ No newline at end of file diff --git a/examples/01-struct/output/java-junit/src/test/java/org/zwobble/example/PointTests.java b/examples/01-struct/output/java-junit/src/test/java/org/zwobble/example/PointTests.java deleted file mode 100644 index 18a1961..0000000 --- a/examples/01-struct/output/java-junit/src/test/java/org/zwobble/example/PointTests.java +++ /dev/null @@ -1,16 +0,0 @@ -package org.zwobble.example; - -import static org.junit.jupiter.api.Assertions.assertEquals; -import org.junit.jupiter.api.Test; -import org.zwobble.example.types.point.Point; - -public class PointTests { - @Test - public void pointFields() { - Point point = new Point(10, 25); - int x = point.x(); - int y = point.y(); - assertEquals(x, 10); - assertEquals(y, 25); - } -} |
