public class HttpHelperTest extends Object
| Constructor and Description |
|---|
HttpHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testCreateContentPutMethod() |
void |
testCreateGetMethod() |
void |
testCreateHeadMethod() |
void |
testCreatePatchMethod() |
void |
testCreatePatchMethodEmpty() |
void |
testCreatePostMethod() |
void |
testCreatePutMethod() |
void |
testCreateTriplesPutMethod() |
void |
testCreateTriplesPutMethodWithoutContent() |
void |
testCreateTriplesPutMethodWithoutType() |
void |
testExecuteGet() |
void |
testExecutePut() |
void |
testExecuteReadOnlyGet() |
void |
testExecuteReadOnlyPut() |
void |
testLoadProperties() |
void |
testLoadPropertiesBadRequest() |
void |
testLoadPropertiesForbidden() |
void |
testLoadPropertiesNotFound() |
public HttpHelperTest()
public void setUp() throws IOException
IOExceptionpublic void testExecuteGet() throws Exception
Exceptionpublic void testExecutePut() throws Exception
Exceptionpublic void testExecuteReadOnlyGet() throws Exception
Exceptionpublic void testExecuteReadOnlyPut() throws Exception
Exceptionpublic void testCreateHeadMethod()
public void testCreateGetMethod()
public void testCreatePatchMethod() throws Exception
Exceptionpublic void testCreatePatchMethodEmpty() throws Exception
Exceptionpublic void testCreatePostMethod()
public void testCreatePutMethod()
public void testCreateContentPutMethod() throws Exception
Exceptionpublic void testCreateTriplesPutMethod() throws Exception
Exceptionpublic void testCreateTriplesPutMethodWithoutContent() throws Exception
Exceptionpublic void testCreateTriplesPutMethodWithoutType() throws Exception
Exceptionpublic void testLoadProperties() throws Exception
Exceptionpublic void testLoadPropertiesForbidden() throws Exception
Exceptionpublic void testLoadPropertiesBadRequest() throws Exception
Exceptionpublic void testLoadPropertiesNotFound() throws Exception
ExceptionCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.