From be0b89e3ce73018e1fb437905e1cf26bf26a9927 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 24 Jan 2022 19:34:43 +0100 Subject: add example in spring --- .../it/dmi/exam/bookstore/BookstoreApplicationTests.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Year_3/TSDWL/SPRING/bank/bookstore/src/test/java/it/dmi/exam/bookstore/BookstoreApplicationTests.java (limited to 'Year_3/TSDWL/SPRING/bank/bookstore/src/test') diff --git a/Year_3/TSDWL/SPRING/bank/bookstore/src/test/java/it/dmi/exam/bookstore/BookstoreApplicationTests.java b/Year_3/TSDWL/SPRING/bank/bookstore/src/test/java/it/dmi/exam/bookstore/BookstoreApplicationTests.java new file mode 100644 index 0000000..8cccc40 --- /dev/null +++ b/Year_3/TSDWL/SPRING/bank/bookstore/src/test/java/it/dmi/exam/bookstore/BookstoreApplicationTests.java @@ -0,0 +1,13 @@ +package it.dmi.exam.bookstore; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class BookstoreApplicationTests { + + @Test + void contextLoads() { + } + +} -- cgit v1.2.3-18-g5258