Assert.assertNotNull(this.cache.getClient(MockUtils.GADGET_URI2, MockUtils.SERVICE_NAME));
}
@Test
public void testStoreOAuth2Accessor_1() throws Exception {
final OAuth2Store store = MockUtils.getDummyStore(this.cache, null, null, null, null, null,
null);
OAuth2Accessor accessor = new BasicOAuth2Accessor("XXX", "YYY", "ZZZ", "", false, store, "AAA",
null, null);
this.cache.storeOAuth2Accessor(accessor);