test ignore
This commit is contained in:
snoop 2017-07-28 14:37:28 +09:00
parent fd03412304
commit 7d0f3c7428
8 changed files with 11 additions and 2 deletions

View File

@ -24,6 +24,7 @@ public class MemberDAOTest {
@Autowired
private MemberDAO repo;
@Ignore
@Test
public void createMember() {
Member m = new Member();

View File

@ -24,6 +24,7 @@ public class MemberServiceTest {
@Autowired
MemberService memberService;
@Ignore
@Test
public void regist() throws Exception {
Member m = new Member();

View File

@ -7,6 +7,7 @@ import com.loafle.overflow.spring.AppConfig;
import com.loafle.overflow.spring.JdbcConfiguration;
import com.loafle.overflow.spring.MailConfiguration;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@ -38,6 +39,7 @@ public class MetaVendorCrawlerServiceTest {
}
@Ignore
@Test
public void regist() throws Exception {
MetaVendorCrawler metaVendorCrawler = new MetaVendorCrawler();

View File

@ -28,7 +28,7 @@ public class ProbeServiceTest {
@Autowired
private ProbeService probeService;
@Ignore
@Test
public void regist() throws Exception {

View File

@ -29,6 +29,7 @@ public class SensorItemServiceTest {
@Autowired
SensorItemService sensorItemService;
@Ignore
@Test
public void regist() throws Exception {
SensorItem sensorItem = new SensorItem();

View File

@ -29,6 +29,7 @@ public class SensorServiceTest {
@Autowired
SensorService sensorService;
@Ignore
@Test
public void regist() throws Exception {
Sensor sensor = new Sensor();

View File

@ -41,6 +41,7 @@ public class TargetDiscoveryServiceTest {
@Autowired
private TargetDiscoveryService targetDiscoveryService;
@Ignore
@Test
public void saveAllTarget() throws Exception {
@ -73,6 +74,7 @@ public class TargetDiscoveryServiceTest {
}
@Ignore
@Test
public void testParam() throws NoSuchMethodException {
@ -119,7 +121,7 @@ public class TargetDiscoveryServiceTest {
}
}
@Ignore
@Test
public void testName() throws ClassNotFoundException {

View File

@ -26,6 +26,7 @@ public class TargetServiceTest {
@Autowired
TargetService targetService;
@Ignore
@Test
public void regist() throws Exception {
Target t = new Target();