Skip to content

Commit f28ce4d

Browse files
test class added
1 parent 8a14028 commit f28ce4d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package com.gourav.restApi;
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 RestApiApplicationTest {
11+
@Test
12+
public void contextLoads() {
13+
}
14+
}

0 commit comments

Comments
 (0)