42434445464748
public class ValidationErrorTest extends TestCase { private ValidationError error; protected void setUp() throws Exception { this.error = new ValidationError("An error message"); }