virtual CartExtension.CartCalculateExecutorMock

Mock executor for the various calculators within Cart Calculate API. Should be used only for tests.


This method should be overridden to mock the default Cart Calculate Orchestrator.

This method should be overridden to mock the price calculations from the Orchestrator.

This method should be overridden to mock the default Price calculator.

This method should be overridden to mock the promotions calculations from the Orchestrator. See prices() for usage example.

This method should be overridden to mock the default Promotions calculator. See defaultPrices() for usage example.

This method should be overridden to mock the inventory calculations from the Orchestrator. See prices() for usage example.

This method should be overridden to mock the default Inventory calculator. See defaultPrices() for usage example.

This method should be overridden to mock the shipping calculations from the Orchestrator. See prices() for usage example.

This method should be overridden to mock the default Shipping calculator. See defaultPrices() for usage example.

This method should be overridden to mock the tax calculations from the Orchestrator. See prices() for usage example.

This method should be overridden to mock the default Tax calculator. See defaultPrices() for usage example.

This method should be overridden to mock the post shipping calculations from the Orchestrator. See prices() for usage example.