source: src/test/java/mk/ukim/finki/eglas/EGlasApplicationTests.java@ ac151d1

main
Last change on this file since ac151d1 was ac151d1, checked in by David <darsov2@…>, 11 days ago

initial

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