This commit is contained in:
geek 2017-06-08 19:11:22 +09:00
parent 71df148395
commit 5d8e3c971f
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package com.loafle.overflow.crawler.dao;
import com.loafle.overflow.crawler.model.Crawler;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
@ -13,6 +14,7 @@ import static org.junit.Assert.*;
/**
* Created by geek@loafle.com on 17. 6. 8.
*/
@Ignore
public class JPACrawlerDAOTest {
private JPACrawlerDAO jpaCrawlerDAO = null;

View File

@ -2,6 +2,7 @@ package com.loafle.overflow.crawler.dao;
import com.loafle.overflow.crawler.model.CrawlerInputItem;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
@ -12,6 +13,7 @@ import static org.junit.Assert.*;
/**
* Created by geek@loafle.com on 17. 6. 8.
*/
@Ignore
public class JPACrawlerInputItemDAOTest {
private JPACrawlerInputItemDAO inputItemDAO = null;

View File

@ -4,6 +4,7 @@ import com.loafle.overflow.crawler.model.Crawler;
import com.loafle.overflow.crawler.model.CrawlerInputItem;
import com.loafle.overflow.crawler.model.CrawlerInputItemMapping;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
@ -14,6 +15,7 @@ import static org.junit.Assert.*;
/**
* Created by geek@loafle.com on 17. 6. 8.
*/
@Ignore
public class JPACrawlerInputItemMappingDAOTest {
private JPACrawlerInputItemMappingDAO mappingDAO = null;