| net.sf.oval.test.validator.AddingChecksTest
AddingChecksTest | public class AddingChecksTest extends TestCase (Code) | | author: Sebastian Thomschke |
Inner Class :protected static class TestEntity | |
testAddConstraintToField | public void testAddConstraintToField() throws Exception(Code) | | programmatically add a NotNull constraint to the name field
|
testAddConstraintToGetter | public void testAddConstraintToGetter() throws Exception(Code) | | try to programmatically add a NotNull constraint to the void setter
this should fail since the method is not a getter
|
|
|