final HTMLSupport support = new HTMLSupport();
final Document doc = support.parse(output.getFile("Test.html"));
assertEquals("down sortable",
support.findStr(doc, "/html/body/table/thead/tr/td[1]/@class"));
assertEquals("A",
support.findStr(doc, "/html/body/table/tbody/tr[1]/td[1]"));
assertEquals("B",
support.findStr(doc, "/html/body/table/tbody/tr[2]/td[1]"));
assertEquals("C",