sut.setManager(manager);
sut.contextAvailable(null);
clientBundle = Skeleton.newMock(Bundle.class);
ComponentDefinitionRegistry registry = Skeleton.newMock(new ComponentDefinitionRegistryMock(),
ComponentDefinitionRegistry.class);
parserCtx = Skeleton.newMock(new ParserContextMock(), ParserContext.class);
Skeleton.getSkeleton(parserCtx).setReturnValue(
new MethodCall(ParserContext.class,"getComponentDefinitionRegistry"), registry);