private ElementMock createTestableNestedTable() {
// ===================================================================
// Create Mocks
// ===================================================================
outerTable = new ElementMock("outerTable", expectations);
outerRow = new ElementMock("outerRow", expectations);
outerCell = new ElementMock("outerCell", expectations);
innerTable = new ElementMock("innerTable", expectations);
innerRow = new ElementMock("innerRow", expectations);
innerCell = new ElementMock("innerCell", expectations);
text = new TextMock("text", expectations);
// ===================================================================
// Set Expectations
// ===================================================================