remove tests

master
esensar 2017-06-10 16:25:08 +02:00
parent ee2715bfd8
commit 7cf478451b
5 changed files with 0 additions and 80 deletions

View File

@ -1,16 +0,0 @@
package ba.steleks;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ConfigServerApplicationTests {
@Test
public void contextLoads() {
}
}

View File

@ -1,16 +0,0 @@
package ba.steleks;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class EurekaServiceApplicationTests {
@Test
public void contextLoads() {
}
}

View File

@ -1,16 +0,0 @@
package ba.steles;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SteleksProxyApplicationTests {
@Test
public void contextLoads() {
}
}

View File

@ -1,16 +0,0 @@
package ba.steleks;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class TeamsApplicationTests {
@Test
public void contextLoads() {
}
}

View File

@ -1,16 +0,0 @@
package ba.steleks;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SteleksServiceApplicationTests {
@Test
public void contextLoads() {
}
}