Class ExternalFileGeneLoaderServiceTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ExternalFileGeneLoaderServiceTest extends BaseSpringContextTest
Test that Gemma can load genes from an external gene file with format : #GeneSymbol GeneName Uniprot ZYX ZYXIN Q15942 ZXDC ZXD FAMILY ZINC FINGER C Q8C8V1
Author:
ldonnison
  • Constructor Details

    • ExternalFileGeneLoaderServiceTest

      public ExternalFileGeneLoaderServiceTest()
  • Method Details

    • setUp

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

      public void testFileIncorrectFormatIllegalArgumentExceptionException()
    • testLoad

      public void testLoad() throws Exception
      Throws:
      Exception
    • testLoadGeneFileNotFoundIOException

      public void testLoadGeneFileNotFoundIOException() throws Exception
      Throws:
      Exception
    • testTaxonNotFoundIllegalArgumentExceptionException

      public void testTaxonNotFoundIllegalArgumentExceptionException()