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