/**
* Setup the unit test framework by creating some classes ensuring that each
* test case starts off with a clean slate to work from
*/
private void privateSetUp() {
canvasLayout = new CanvasLayout();
//testable.setSupportsAccessKeyAttribute(false);
element = domFactory.createElement();
element.setName(elementName);
buffer = new TestDOMOutputBuffer();
document = domFactory.createDocument();