source: src/test/java/mk/ukim/finki/busngo/BusNGoApplicationTests.java@ 24c39f9

Last change on this file since 24c39f9 was 24c39f9, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

initial classes, no inheritance yet

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