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

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

commit c4d5f7185eb9fb1f0ee24b93e893bdebbe06a735
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