Class GroupInheritanceTest
- java.lang.Object
-
- org.apache.bval.jsr.groups.inheritance.GroupInheritanceTest
-
public class GroupInheritanceTest extends Object
Description:
-
-
Constructor Summary
Constructors Constructor Description GroupInheritanceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testValidGroupBuyInOneClick()
validating the group BuyInOneClick will lead to the following constraints checking:
-
-
-
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.
-
-