Class GroupInheritanceTest


  • public class GroupInheritanceTest
    extends Object
    Description:
    • Constructor Detail

      • GroupInheritanceTest

        public GroupInheritanceTest()
    • Method Detail

      • setUp

        public void setUp()
      • testValidGroupBuyInOneClick

        public void testValidGroupBuyInOneClick()
        validating the group BuyInOneClick will lead to the following constraints checking:
          * @NotNull on firstname and lastname
          * @NotNull on defaultCreditCard
        because Default and Billable are superinterfaces of BuyInOneClick.