source:
src/test/java/it/finki/charitable/CharitableApplicationTests.java
Last change on this file was 3fc9e50, checked in by , 3 years ago | |
---|---|
|
|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[3fc9e50] | 1 | package it.finki.charitable; |
2 | ||
3 | import org.junit.jupiter.api.Test; | |
4 | import org.springframework.boot.test.context.SpringBootTest; | |
5 | ||
6 | @SpringBootTest | |
7 | class CharitableApplicationTests { | |
8 | ||
9 | @Test | |
10 | void contextLoads() { | |
11 | } | |
12 | ||
13 | } |
Note:
See TracBrowser
for help on using the repository browser.