source: Prototype Application/Paw5/src/test/java/finki/paw5/Paw5ApplicationTests.java@ 4cc22f9

main
Last change on this file since 4cc22f9 was 4cc22f9, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 18 months ago

create project

  • Property mode set to 100644
File size: 209 bytes
Line 
1package finki.paw5;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5
6@SpringBootTest
7class Paw5ApplicationTests {
8
9 @Test
10 void contextLoads() {
11 }
12
13}
Note: See TracBrowser for help on using the repository browser.