@Test
public void testExtractionParametersWithNestingDisabled()
throws IOException, ExtractionException, TripleHandlerException {
final int EXPECTED_TRIPLES = 19;
Any23 runner = new Any23();
DocumentSource source = getDocumentSourceFromResource(
"/microformats/nested-microformats-a1.html",
"http://www.test.com"
);
ByteArrayOutputStream baos = new ByteArrayOutputStream();