Issue Type: Feature Request Feature Request
Affects Versions: 1.4.0
Assignee: Unassigned
Created: 23/Dec/13 6:11 AM
Description:

Add unit test to AGRestAuthzModuleSpec.m
Difficulties are:
1. to find a way to mock
requestAccess:(NSDictionary*) extraParameters
success:(void (^)(id object))success
failure:(void (^)(NSError *error))failure
which called:
[[UIApplication sharedApplication] openURL:[request URL]];

2. find a way to test private method like

exchangeAuthorizationCodeForAccessToken:(NSString*)code
success:(void (^)(id object))success
failure:(void (^)(NSError *error))failure

Fix Versions: 1.4.0
Project: AeroGear iOS
Priority: Major Major
Reporter: Corinne Krych
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira