Class GeoBrowserTest
- java.lang.Object
-
- ubic.gemma.core.loader.expression.geo.GeoBrowserTest
-
public class GeoBrowserTest extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description GeoBrowserTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckThatGeoIsAvailable()voidtestGeoEmptyMINiML()GEO returns an empty document when retrieving the samples for this document.voidtestGetGeoRecordGSE93825()voidtestGetGeoRecords()Exercises getting detailsvoidtestGetGeoRecordsB()voidtestGetGeoRecordsBySearchTerm()voidtestGetRecentGeoRecords()
-
-
-
Method Detail
-
checkThatGeoIsAvailable
public static void checkThatGeoIsAvailable() throws Exception- Throws:
Exception
-
testGetGeoRecordsBySearchTerm
public void testGetGeoRecordsBySearchTerm()
-
testGetGeoRecords
public void testGetGeoRecords()
Exercises getting details
-
testGetGeoRecordsB
public void testGetGeoRecordsB()
-
testGetGeoRecordGSE93825
public void testGetGeoRecordGSE93825()
-
testGeoEmptyMINiML
public void testGeoEmptyMINiML() throws IOExceptionGEO returns an empty document when retrieving the samples for this document.- Throws:
IOException
-
-