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 void
checkThatGeoIsAvailable()
void
testGeoEmptyMINiML()
GEO returns an empty document when retrieving the samples for this document.void
testGetGeoRecordGSE93825()
void
testGetGeoRecords()
Exercises getting detailsvoid
testGetGeoRecordsB()
void
testGetGeoRecordsBySearchTerm()
void
testGetRecentGeoRecords()
-
-
-
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 IOException
GEO returns an empty document when retrieving the samples for this document.- Throws:
IOException
-
-