FRAIdentityTests.m revision 91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5b
0N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A#import <XCTest/XCTest.h>
0N/A withImage:[[NSURL alloc] initWithString:@"http://animalia-life.com/data_images/badger/badger1.jpg"]];
0N/A- (void)testIdentityWithLabelIssuerImage {
0N/A FRAIdentity* test = [FRAIdentity identityWithAccountName:accountName issuedBy:issuer withImage:image];
0N/A- (void) testCanAddMechanism {
- (void) testCanRemoveMechanism {
@end