Class ExpressionExperimentServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.model.expression.experiment.ExpressionExperimentServiceTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@ContextConfiguration public class ExpressionExperimentServiceTest extends AbstractJUnit4SpringContextTests
- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tearDown()
void
testGetAnnotationsUsageFrequency()
void
testGetAnnotationsUsageFrequencyWithFilters()
void
testGetFiltersWithCategories()
void
testGetFiltersWithInferredAnnotations()
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
testGetFiltersWithInferredAnnotations
public void testGetFiltersWithInferredAnnotations() throws TimeoutException
- Throws:
TimeoutException
-
testGetFiltersWithCategories
public void testGetFiltersWithCategories() throws TimeoutException
- Throws:
TimeoutException
-
testGetAnnotationsUsageFrequency
public void testGetAnnotationsUsageFrequency() throws TimeoutException
- Throws:
TimeoutException
-
testGetAnnotationsUsageFrequencyWithFilters
public void testGetAnnotationsUsageFrequencyWithFilters() throws TimeoutException
- Throws:
TimeoutException
-
-