Class BibRefControllerTest

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class BibRefControllerTest
    extends BaseSpringWebTest
    Tests the BibliographicReferenceController
    Author:
    keshav, pavlidis
    • 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

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setUp()  
      void testDelete()  
      void testDeleteOfNonExistingEntry()  
      void testShowAllForExperiments()  
      void testShowById()  
      void testShowByPubMedId()  
      void testShowByPubMedIdThatDoesNotExistInSystem()  
      • 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
    • Constructor Detail

      • BibRefControllerTest

        public BibRefControllerTest()