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
public class PubMedSearcherIntegrationTest extends BaseCliIntegrationTest
Tests command line. This creates an entire new Spring Context so is pretty heavy.- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description PubMedSearcherIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testMain()
Test method forAbstractCLI.executeCommand(CliContext)
.-
Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
-