2 | © CopyRight Next Level Technologies. All rights
3 | reserved.
4 |
5 |
6 |
--------------------------------------------------------------------------------
/NLTworkshop-next/src/test/java/softuni/workshop/WorkshopApplicationTests.java:
--------------------------------------------------------------------------------
1 | package softuni.workshop;
2 |
3 | import org.junit.Test;
4 | import org.junit.runner.RunWith;
5 | import org.springframework.boot.test.context.SpringBootTest;
6 | import org.springframework.test.context.junit4.SpringRunner;
7 |
8 | @RunWith(SpringRunner.class)
9 | @SpringBootTest
10 | public class WorkshopApplicationTests {
11 |
12 | @Test
13 | public void contextLoads() {
14 | }
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/NLTworkshop/.idea/artifacts/workshop_war.xml:
--------------------------------------------------------------------------------
1 |