it("creates a child view by identifier", function() {
                parentView.replaceChildView("identifier", anotherChildView);

                expectParentChildCountToBe(1);
                expect(parentView.childViews["identifier"].childView).toBe(anotherChildView);