put(Constants.BUNDLE_SYMBOLICNAME, "org.test.foo2");
put(Constants.EXPORT_PACKAGE, "org.foo" +
"");
}
}));
AssertJUnit.assertTrue(" Unable to resolve resolvable state.", env.verifyResolve(bundles, null, null));
}
@Test(groups = { UNIT })
public void testResolveFail() throws BundleException {
VerifierService verifier = new VerifierServiceImpl();