Package ubic.gemma.rest
Class DatasetsRestTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseSpringContextTest
-
- ubic.gemma.rest.DatasetsRestTest
-
- All Implemented Interfaces:
Aware
,InitializingBean
,ApplicationContextAware
@ActiveProfiles("web") @WebAppConfiguration public class DatasetsRestTest extends ubic.gemma.core.util.test.BaseSpringContextTest
- Author:
- tesarst
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
externalDatabaseService, jdbcTemplate, log, persisterHelper, rule, taxonService, testHelper
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description DatasetsRestTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testAll()
void
testAllFilterById()
void
testAllFilterByIdIn()
void
testAllFilterByIdInOrShortNameIn()
void
testAllFilterByShortName()
void
testAllFilterByShortNameIn()
void
testAllWithTooLargeLimit()
void
testFilterByGeeqQualityScore()
void
testGetDatasetRawExpression()
void
testSome()
void
testSomeById()
-
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
addTestAnalyses, afterPropertiesSet, countRowsInTable, deleteFromTables, executeSqlScript, getNewTestPersistentCompleteExpressionExperiment, getTaxon, getTestNonPersistentBioSequence, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentBasicExpressionExperiment, getTestPersistentBasicExpressionExperiment, getTestPersistentBibliographicReference, getTestPersistentBioAssay, getTestPersistentBioAssay, getTestPersistentBioMaterial, getTestPersistentBioMaterial, getTestPersistentBioSequence, getTestPersistentBioSequence, getTestPersistentBioSequence2GeneProducts, getTestPersistentBlatResult, getTestPersistentBlatResult, getTestPersistentCompleteExpressionExperiment, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentContact, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentExpressionExperiment, getTestPersistentExpressionExperiment, getTestPersistentGene, getTestPersistentGene, getTestPersistentGeneProduct, getTestPersistentQuantitationType, randomName, resetTestCollectionSize, runAsAdmin, runAsAgent, runAsAnonymous, runAsUser, runAsUser, setPersisterHelper, setTaxonService, setTestCollectionSize, setUpAuthentication, setUpSecurityContextHolderStrategy, tearDownSecurityContext
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
testAll
public void testAll()
-
testSome
public void testSome()
-
testSomeById
public void testSomeById()
-
testAllFilterById
public void testAllFilterById()
-
testAllFilterByIdIn
public void testAllFilterByIdIn()
-
testAllFilterByShortName
public void testAllFilterByShortName()
-
testAllFilterByShortNameIn
public void testAllFilterByShortNameIn()
-
testAllFilterByIdInOrShortNameIn
public void testAllFilterByIdInOrShortNameIn()
-
testAllWithTooLargeLimit
public void testAllWithTooLargeLimit()
-
testFilterByGeeqQualityScore
public void testFilterByGeeqQualityScore()
-
testGetDatasetRawExpression
public void testGetDatasetRawExpression() throws IOException
- Throws:
IOException
-
-