parser.addScanner(new TableScanner(parser));
parser.addScanner(new SpanScanner());
parseAndAssertNodeCount(1);
assertType("node", TableColumn.class, node[0]);
TableColumn col = (TableColumn) node[0];
Node spans[] = col.searchFor(Span.class).toNodeArray();
assertEquals("number of spans found", 2, spans.length);
assertStringEquals("span 1", "Flavor: small(90 to 120 minutes)", spans[0].toPlainTextString());
assertStringEquals(
"span 2",
"The short version of our Refactoring Challenge gives participants a general feel for the smells in the code base and includes time for participants to find and implement important refactorings.
",