public void testPushNestedGroupWhenLastDoesNotCauseFragmentation() {
MarinerPageContextMock pageContext = new MarinerPageContextMock(
"pageContext", expectations);
DeviceLayoutContextMock dlc =
new DeviceLayoutContextMock("dlc", expectations);
StylesMock styles = new StylesMock("styles", expectations);
setMCSBreakAfterExpectation(styles, MCSBreakAfterKeywords.NEVER, 2);
pageContext.expects.getDeviceLayoutContext().returns(dlc).fixed(2);
dlc.expects.getInclusionPath().returns(null).fixed(2);
pageContext.expects.updateFormFragmentationState(model.getID()).returns(null);