Package org.gedcom4j.validate

Examples of org.gedcom4j.validate.CitationValidator.validate()


     * Test method for
     * {@link org.gedcom4j.validate.CitationValidator#validate()}.
     */
    public void testValidate() {
        CitationValidator cv = new CitationValidator(rootValidator, null);
        cv.validate();
        assertFindingsContain(Severity.ERROR, "citation", "null");
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.