This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git

commit 09070b605cc63a8b4c395ba90c0d7d7078cf9f33
Author: Dan Haywood <[email protected]>
AuthorDate: Sun May 26 23:14:52 2024 +0100

    adds Bootstrap_IntegTest to check setup
---
 .../domainapp/modules/visit/integtests/Bootstrap_IntegTest.java  | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/module-visit/src/test/java/domainapp/modules/visit/integtests/Bootstrap_IntegTest.java
 
b/module-visit/src/test/java/domainapp/modules/visit/integtests/Bootstrap_IntegTest.java
new file mode 100644
index 0000000..094ca4a
--- /dev/null
+++ 
b/module-visit/src/test/java/domainapp/modules/visit/integtests/Bootstrap_IntegTest.java
@@ -0,0 +1,9 @@
+package domainapp.modules.visit.integtests;
+
+import org.junit.jupiter.api.Test;
+
+public class Bootstrap_IntegTest extends VisitModuleIntegTestAbstract {
+
+    @Test
+    public void checks_can_bootstrap() {}
+}

Reply via email to