Class GetODataRequestEntityExtractorUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.impl.GetODataRequestEntityExtractorUnitTest
-
@UnitTest public class GetODataRequestEntityExtractorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetODataRequestEntityExtractorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestExtract()voidtestExtractThrowsExceptionWhenRequestHasMoreThanOneQueryParameter()voidtestIsApplicableFalseWhenRequestHasNoQueryParameter()voidtestIsApplicableFalseWhenRequestIsNotForMetadata()voidtestIsApplicableFalseWhenRequestIsPost()voidtestIsApplicableTrue()
-
-
-
Method Detail
-
testIsApplicableTrue
public void testIsApplicableTrue()
-
testIsApplicableFalseWhenRequestIsPost
public void testIsApplicableFalseWhenRequestIsPost()
-
testIsApplicableFalseWhenRequestIsNotForMetadata
public void testIsApplicableFalseWhenRequestIsNotForMetadata()
-
testIsApplicableFalseWhenRequestHasNoQueryParameter
public void testIsApplicableFalseWhenRequestHasNoQueryParameter()
-
testExtractThrowsExceptionWhenRequestHasMoreThanOneQueryParameter
public void testExtractThrowsExceptionWhenRequestHasMoreThanOneQueryParameter()
-
testExtract
public void testExtract()
-
-