Class PubMedXMLFetcherTest
- java.lang.Object
-
- ubic.gemma.core.loader.entrez.pubmed.PubMedXMLFetcherTest
-
public class PubMedXMLFetcherTest extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description PubMedXMLFetcherTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testRetrieveByHTTP()
void
testRetrieveByHTTP2()
void
testRetrieveByHTTPBookshelf()
void
testRetrieveByHTTPNotFound()
-
-
-
Method Detail
-
testRetrieveByHTTP
public final void testRetrieveByHTTP()
-
testRetrieveByHTTP2
public final void testRetrieveByHTTP2()
-
testRetrieveByHTTPBookshelf
public final void testRetrieveByHTTPBookshelf()
-
testRetrieveByHTTPNotFound
public final void testRetrieveByHTTPNotFound()
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
-