public class DefaultSubscriptionCommercePriceServiceTest extends 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 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 © 2017 SAP SE. All Rights Reserved.