super(name);
}
public void setUp() throws Exception {
super.setUp();
validation = new StandardValidation();
context = new BeanValidationContext<StandardValidationTest>(this);
metaProperty = new MetaProperty();
context.setBean(this, null);
context.setMetaProperty(metaProperty);
}