Package ubic.gemma.core.util
Class GemmaRestApiClientTest
- java.lang.Object
-
- ubic.gemma.core.util.GemmaRestApiClientTest
-
public class GemmaRestApiClientTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GemmaRestApiClientTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setUp()
void
test()
void
testCompressedEndpoint()
void
testEndpointThatRequiresCredentials()
void
testEndpointWithIncorrectCredentials()
void
testEndpointWithParameters()
void
testEndpointWithRedirection()
void
testNotFoundEndpoint()
-
-
-
Method Detail
-
setUp
public static void setUp()
-
test
public void test() throws IOException
- Throws:
IOException
-
testEndpointWithParameters
public void testEndpointWithParameters() throws IOException
- Throws:
IOException
-
testEndpointThatRequiresCredentials
public void testEndpointThatRequiresCredentials() throws IOException
- Throws:
IOException
-
testEndpointWithIncorrectCredentials
public void testEndpointWithIncorrectCredentials() throws IOException
- Throws:
IOException
-
testEndpointWithRedirection
public void testEndpointWithRedirection() throws IOException
- Throws:
IOException
-
testNotFoundEndpoint
public void testNotFoundEndpoint() throws IOException
- Throws:
IOException
-
testCompressedEndpoint
public void testCompressedEndpoint() throws IOException
- Throws:
IOException
-
-