4647484950515253545556
private ConfigurationAdmin admin; private CommandSession session; @Override protected void setUp() throws Exception { command = new EditCommand(); context = EasyMock.createMock(BundleContext.class); command.setBundleContext(context);