AssertJUnit.assertTrue(" Unable to resolve resolvable state.", env.verifyResolve(bundles, null, null));
}
@Test(groups = { UNIT })
public void testResolveFail() throws BundleException {
VerifierService verifier = new VerifierServiceImpl();
VerifyEnvironment env = verifier.createEnvironment(new HashMap<String, String>(){
{
put(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, VerifierService.EE_1_6);
put(Constants.FRAMEWORK_OS_NAME, "macosx");
put(Constants.FRAMEWORK_OS_VERSION, "10.5");
}