* @return
*/
@BeforeClass
public static void createTestContentItem() throws IOException {
contentItem = ciFactory.createContentItem(new UriRef("urn:test"),
new StringSource(
"<html>\n" +
" <body>\n" +
" This is a <b>ContentItem</b> to <i>Mime Multipart</i> test!\n" +
" </body>\n" +
"</html>","text/html"));
contentItem.addPart(new UriRef("run:text:text"),
ciFactory.createBlob(new StringSource(
"This is a ContentItem to Mime Multipart test!")));
contentItem.getMetadata().add(new TripleImpl(
new UriRef("urn:test"), RDF.type, new UriRef("urn:types:Document")));
//mark the main content as parsed and also that all
//contents and contentparts should be included