Fragment fragment = new Fragment(canvasLayout);
Format dp = new DissectingPane(canvasLayout);
dp.setName("dissectingPane");
canvasLayout.removeFormat(dp);
fragment.addFormat(dp);
activateAndSetDeviceLayout();
context.setCurrentFragment(fragment);
assertSame(dp, context.getPane("dissectingPane"));