buffer = new DOMOutputBufferMock("buffer", expectations);
item = new MenuItemMock("item", expectations);
menu = new MenuMock("menu", expectations);
shortcutValue = new TextAssetReferenceMock("shortcutValue", expectations);
properties = new ShortcutPropertiesMock("properties", expectations);
elementDetails = new ElementDetailsMock("elementDetails", expectations);
currentElement = new ElementMock("currentElement", expectations);
styleValue = new StyleValueMock("styleValue", expectations);
}