public class DefaultSubscriptionCommercePriceServiceTest
extends java.lang.Object
DefaultSubscriptionCommercePriceService| Constructor and Description |
|---|
DefaultSubscriptionCommercePriceServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testGetOneTimeChargeEntryPlan()
Test method to verify
SubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel, BillingEventModel)
which returns the OneTimeChargeEntryModel for the given BillingEventModel is same as in
OneTimeChargeEntryModel.getBillingEvent() |
void |
testGetOneTimeChargeEntryPlanForGivenPayNowEvent()
Test method to verify
SubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel, BillingEventModel)
which returns null if the given BillingEventModel is not same as in
OneTimeChargeEntryModel.getBillingEvent() |
public DefaultSubscriptionCommercePriceServiceTest()
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetOneTimeChargeEntryPlan()
SubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel, BillingEventModel)
which returns the OneTimeChargeEntryModel for the given BillingEventModel is same as in
OneTimeChargeEntryModel.getBillingEvent()public void testGetOneTimeChargeEntryPlanForGivenPayNowEvent()
SubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel, BillingEventModel)
which returns null if the given BillingEventModel is not same as in
OneTimeChargeEntryModel.getBillingEvent()Copyright © 2018 SAP SE. All Rights Reserved.