Class TableMaintenanceUtilIntegrationTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseIntegrationTest
-
- ubic.gemma.core.util.test.BaseSpringContextTest
-
- ubic.gemma.persistence.service.maintenance.TableMaintenanceUtilIntegrationTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@TestExecutionListeners(WithSecurityContextTestExecutionListener.class) public class TableMaintenanceUtilIntegrationTest extends BaseSpringContextTest
- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
externalDatabaseService, log, persisterHelper, rule, taxonService, testHelper
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description TableMaintenanceUtilIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
removeGene2CsStatusFileAndDirectory()
void
testUpdateEE2CAsUser()
void
testUpdateExpressionExperiment2ArrayDesignEntries()
void
testUpdateExpressionExperiment2CharacteristicEntries()
void
testWhenUserIsAgent()
void
testWhenUserIsAnonymous()
-
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
addTestAnalyses, countRowsInTable, deleteFromTables, getJdbcTemplate, 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, setTestCollectionSize
-
Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
removeGene2CsStatusFileAndDirectory
public void removeGene2CsStatusFileAndDirectory()
-
testWhenUserIsAgent
@WithMockUser(authorities="GROUP_AGENT") public void testWhenUserIsAgent()
-
testWhenUserIsAnonymous
public void testWhenUserIsAnonymous()
-
testUpdateExpressionExperiment2CharacteristicEntries
@WithMockUser(authorities="GROUP_AGENT") public void testUpdateExpressionExperiment2CharacteristicEntries()
-
testUpdateEE2CAsUser
public void testUpdateEE2CAsUser()
-
testUpdateExpressionExperiment2ArrayDesignEntries
@WithMockUser(authorities="GROUP_AGENT") public void testUpdateExpressionExperiment2ArrayDesignEntries()
-
-