Package ubic.gemma.apps
Class PubMedSearcherIntegrationTest
java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.core.util.test.BaseIntegrationTest
ubic.gemma.cli.util.test.BaseCliIntegrationTest
ubic.gemma.apps.PubMedSearcherIntegrationTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
Tests command line. This creates an entire new Spring Context so is pretty heavy.
- Author:
- pavlidis
-
Field Summary
FieldsFields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidtestMain()Test method forAbstractCLI.executeCommand(CLIContext).Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContextMethods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
Field Details
-
networkAvailableRule
-
-
Constructor Details
-
PubMedSearcherIntegrationTest
public PubMedSearcherIntegrationTest()
-
-
Method Details
-
testMain
@NetworkAvailable(url="https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi") public final void testMain()Test method forAbstractCLI.executeCommand(CLIContext).
-