}
@Test
+ @SuppressWarnings("deprecation")
public void gettingOwnIdentitiesUsingDeprecatedMethodSendsCorrectMessage() throws Exception {
TestFcpConnection fcpConnection = createConnectionThatDeliversOwnIdentities();
WebOfTrustPlugin webOfTrustPlugin = createWebOfTrustPlugin(fcpConnection);
}
@Test
+ @SuppressWarnings("deprecation")
public void gettingOwnIdentitiesUsingDeprecatedMethodParsesOwnIdentitiesCorrectly() throws Exception {
TestFcpConnection fcpConnection = createConnectionThatDeliversOwnIdentities();
WebOfTrustPlugin webOfTrustPlugin = createWebOfTrustPlugin(fcpConnection);