Class DefaultQuoteStateSelectionStrategyTest


  • @UnitTest
    public class DefaultQuoteStateSelectionStrategyTest
    extends java.lang.Object
    Unit test for DefaultQuoteStateSelectionStrategy
    • Constructor Detail

      • DefaultQuoteStateSelectionStrategyTest

        public DefaultQuoteStateSelectionStrategyTest()
    • Method Detail

      • setUp

        public void setUp()
      • shouldGetBuyerAllowedStatesForAction

        public void shouldGetBuyerAllowedStatesForAction()
      • shouldNotGetBuyerAllowedStatesForAction

        public void shouldNotGetBuyerAllowedStatesForAction()
      • shouldGetBuyerAllowedActionsForState

        public void shouldGetBuyerAllowedActionsForState()
      • shouldNotGetBuyerAllowedActionsForState

        public void shouldNotGetBuyerAllowedActionsForState()
      • shouldGetBuyerTransitionStateForAction

        public void shouldGetBuyerTransitionStateForAction()
      • shouldNotGetBuyerTransitionStateForAction

        public void shouldNotGetBuyerTransitionStateForAction()
      • shouldGetSellerAllowedStatesForAction

        public void shouldGetSellerAllowedStatesForAction()
      • shouldNotGetSellerAllowedStatesForAction

        public void shouldNotGetSellerAllowedStatesForAction()
      • shouldGetSellerAllowedActionsForState

        public void shouldGetSellerAllowedActionsForState()
      • shouldNotGetSellerAllowedActionsForState

        public void shouldNotGetSellerAllowedActionsForState()
      • shouldGetSellerTransitionStateForAction

        public void shouldGetSellerTransitionStateForAction()
      • shouldNotGetSellerTransitionStateForAction

        public void shouldNotGetSellerTransitionStateForAction()
      • shouldGetSellerApproverAllowedStatesForAction

        public void shouldGetSellerApproverAllowedStatesForAction()
      • shouldNotGetSellerApproverAllowedStatesForAction

        public void shouldNotGetSellerApproverAllowedStatesForAction()
      • shouldGetSellerApproverAllowedActionsForState

        public void shouldGetSellerApproverAllowedActionsForState()
      • shouldNotGetSellerApproverAllowedActionsForState

        public void shouldNotGetSellerApproverAllowedActionsForState()
      • shouldGetSellerApproverTransitionStateForAction

        public void shouldGetSellerApproverTransitionStateForAction()
      • shouldNotGetSellerApproverTransitionStateForAction

        public void shouldNotGetSellerApproverTransitionStateForAction()
      • shouldNotgetAllowedStatesIfActionIsNull

        public void shouldNotgetAllowedStatesIfActionIsNull()
      • shouldNotgetAllowedStatesIfUserIsNull

        public void shouldNotgetAllowedStatesIfUserIsNull()
      • shouldNotgetAllowedActionsIfStateIsNull

        public void shouldNotgetAllowedActionsIfStateIsNull()
      • shouldNotgetAllowedActionsIfUserIsNull

        public void shouldNotgetAllowedActionsIfUserIsNull()
      • shouldNotgetTransitionStateIfActionIsNull

        public void shouldNotgetTransitionStateIfActionIsNull()
      • shouldNotgetTransitionStateIfUserIsNull

        public void shouldNotgetTransitionStateIfUserIsNull()