Class CompositeSequenceGeneMapperServiceTest

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

public class CompositeSequenceGeneMapperServiceTest extends AbstractGeoServiceTest
This test makes use of the ArrayDesignProbeMapperServiceImpl. These tests add array data and gene data to the database to be used for testing. GPL96.
Author:
keshav
  • Constructor Details

    • CompositeSequenceGeneMapperServiceTest

      public CompositeSequenceGeneMapperServiceTest()
  • Method Details

    • cleanup

      public void cleanup()
    • setUp

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

      public void testGetCompositeSequencesByGeneId()
      Tests finding the composite sequences for a given gene id.
    • testGetGenesForCompositeSequence

      public void testGetGenesForCompositeSequence()
      Tests finding all genes for a given composite sequence.