dddd
This commit is contained in:
parent
71df148395
commit
5d8e3c971f
|
@ -3,6 +3,7 @@ package com.loafle.overflow.crawler.dao;
|
||||||
|
|
||||||
import com.loafle.overflow.crawler.model.Crawler;
|
import com.loafle.overflow.crawler.model.Crawler;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -13,6 +14,7 @@ import static org.junit.Assert.*;
|
||||||
/**
|
/**
|
||||||
* Created by geek@loafle.com on 17. 6. 8.
|
* Created by geek@loafle.com on 17. 6. 8.
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class JPACrawlerDAOTest {
|
public class JPACrawlerDAOTest {
|
||||||
|
|
||||||
private JPACrawlerDAO jpaCrawlerDAO = null;
|
private JPACrawlerDAO jpaCrawlerDAO = null;
|
||||||
|
|
|
@ -2,6 +2,7 @@ package com.loafle.overflow.crawler.dao;
|
||||||
|
|
||||||
import com.loafle.overflow.crawler.model.CrawlerInputItem;
|
import com.loafle.overflow.crawler.model.CrawlerInputItem;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -12,6 +13,7 @@ import static org.junit.Assert.*;
|
||||||
/**
|
/**
|
||||||
* Created by geek@loafle.com on 17. 6. 8.
|
* Created by geek@loafle.com on 17. 6. 8.
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class JPACrawlerInputItemDAOTest {
|
public class JPACrawlerInputItemDAOTest {
|
||||||
|
|
||||||
private JPACrawlerInputItemDAO inputItemDAO = null;
|
private JPACrawlerInputItemDAO inputItemDAO = null;
|
||||||
|
|
|
@ -4,6 +4,7 @@ import com.loafle.overflow.crawler.model.Crawler;
|
||||||
import com.loafle.overflow.crawler.model.CrawlerInputItem;
|
import com.loafle.overflow.crawler.model.CrawlerInputItem;
|
||||||
import com.loafle.overflow.crawler.model.CrawlerInputItemMapping;
|
import com.loafle.overflow.crawler.model.CrawlerInputItemMapping;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -14,6 +15,7 @@ import static org.junit.Assert.*;
|
||||||
/**
|
/**
|
||||||
* Created by geek@loafle.com on 17. 6. 8.
|
* Created by geek@loafle.com on 17. 6. 8.
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class JPACrawlerInputItemMappingDAOTest {
|
public class JPACrawlerInputItemMappingDAOTest {
|
||||||
|
|
||||||
private JPACrawlerInputItemMappingDAO mappingDAO = null;
|
private JPACrawlerInputItemMappingDAO mappingDAO = null;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user