Ejemplo n.º 1
0
 @BeforeClass
 public static void setUp() {
   validator = new SectionLengthValidator();
   validator.setMaxSectionLength(10);
 }