@UnitTest public class GetODataRequestEntityExtractorUnitTest extends java.lang.Object
| Constructor and Description |
|---|
GetODataRequestEntityExtractorUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testExtract() |
void |
testExtractThrowsExceptionWhenRequestHasMoreThanOneQueryParameter() |
void |
testIsApplicableFalseWhenRequestHasNoQueryParameter() |
void |
testIsApplicableFalseWhenRequestIsNotForMetadata() |
void |
testIsApplicableFalseWhenRequestIsPost() |
void |
testIsApplicableTrue() |
public GetODataRequestEntityExtractorUnitTest()
public void testIsApplicableTrue()
public void testIsApplicableFalseWhenRequestIsPost()
public void testIsApplicableFalseWhenRequestIsNotForMetadata()
public void testIsApplicableFalseWhenRequestHasNoQueryParameter()
public void testExtractThrowsExceptionWhenRequestHasMoreThanOneQueryParameter()
public void testExtract()
Copyright © 2018 SAP SE. All Rights Reserved.