// Render using the test buffer
renderer.render(testBuffer);
// End element
testBuffer.closeElement(element);
// Extract the output from the rendering as a string.
String actual = DOMUtilities.toString(testBuffer.getRoot());
assertNotNull("The actual string should exist", actual);