Class RawExpressionDataVectorTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseDatabaseTest
ubic.gemma.model.expression.bioAssayData.RawExpressionDataVectorTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@ContextConfiguration public class RawExpressionDataVectorTest extends BaseDatabaseTest
  • Constructor Details

    • RawExpressionDataVectorTest

      public RawExpressionDataVectorTest()
  • Method Details

    • setUp

      public void setUp()
    • testNumberOfCellsIsDeletedWhenOrphaned

      public void testNumberOfCellsIsDeletedWhenOrphaned()
      This test ensures that the RawExpressionDataVectorNumberOfCells is properly deleted when orphaned (e.g. when the RawExpressionDataVector.setNumberOfCells(int[]) is called with null).
    • testNumberOfCellsObjectIsReusedWhenAssigned

      public void testNumberOfCellsObjectIsReusedWhenAssigned()
    • testDeleteRawVectorsWithNumberOfCells

      public void testDeleteRawVectorsWithNumberOfCells()