Class BibRefControllerTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.web.util.BaseWebIntegrationTest
ubic.gemma.web.util.BaseSpringWebTest
ubic.gemma.web.controller.common.description.bibref.BibRefControllerTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class BibRefControllerTest extends BaseSpringWebTest
Tests the BibliographicReferenceController
Author:
keshav, pavlidis
  • Constructor Details

    • BibRefControllerTest

      public BibRefControllerTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testDelete

      public void testDelete() throws Exception
      Throws:
      Exception
    • testDeleteOfNonExistingEntry

      public void testDeleteOfNonExistingEntry() throws Exception
      Throws:
      Exception
    • testShowById

      public void testShowById() throws Exception
      Throws:
      Exception
    • testShowByPubMedId

      public void testShowByPubMedId() throws Exception
      Throws:
      Exception
    • testShowByPubMedIdThatDoesNotExistInSystem

      public void testShowByPubMedIdThatDoesNotExistInSystem() throws Exception
      Throws:
      Exception
    • testShowAllForExperiments

      public void testShowAllForExperiments() throws Exception
      Throws:
      Exception