Package org.apache.rat.document

Examples of org.apache.rat.document.MockArchiveDocument


        assertEquals("Document is unreadable", ReadableArchiveAnalyser.UNREADABLE_ARCHIVE_VALUE,
                analyser.toObject(document));
    }

    public void testReadableArchiveToObject() throws Exception {
        MockArchiveDocument document = new MockArchiveDocument("whatever", new MockDocumentCollection());
        assertEquals("Document is readable", ReadableArchiveAnalyser.READABLE_ARCHIVE_VALUE,
                analyser.toObject(document));
    }
View Full Code Here

TOP

Related Classes of org.apache.rat.document.MockArchiveDocument

Copyright © 2018 www.massapicom. 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.