| platform | vm |
|---|
| Duration | 0.0 sec |
|---|---|
| Tests | 21 |
| Failures | 0 |
| Test case: | tests unit/contacts/contact_exception_test.dart ContactException: responseType |
|---|---|
| Outcome: | Passed |
| Duration: | 0.018 sec |
| Test case: | tests unit/contacts/contact_exception_test.dart ContactException: code |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/contacts/contact_exception_test.dart ContactException: statusCode |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/contacts/facebook/facebook_client_test.dart FacebookClient: getFriends |
|---|---|
| Outcome: | Passed |
| Duration: | 0.035 sec |
INFO
INFO #0 gCheckContactAuthResponse (package:rest/globals.dart:23:9)
INFO #1 FacebookClient.getFriends (package:rest/contacts/facebook/facebook_client.dart:33:5)
INFO
INFO Successful Response: Contacting facebook api for friends [200]: {"data":{"friends":[{"id":"id1","name":"name1"},{"id":"id2","name":"name2"}]},"paging":{"cursors":{"before":"dummyBeforeCursor","after":"dummyAfterCursor"}}}
INFO
INFO
INFO #0 FacebookClient._updateToken (package:rest/contacts/facebook/facebook_client.dart:76:9)
INFO #1 FacebookClient.getFriends (package:rest/contacts/facebook/facebook_client.dart:40:5)
INFO
INFO Set next page token to dummyAfterCursor
INFO | Test case: | tests unit/contacts/facebook/facebook_client_test.dart FacebookClient: getMoreFriends |
|---|---|
| Outcome: | Passed |
| Duration: | 0.009 sec |
INFO
INFO #0 gCheckContactAuthResponse (package:rest/globals.dart:23:9)
INFO #1 FacebookClient.getFriends (package:rest/contacts/facebook/facebook_client.dart:33:5)
INFO
INFO Successful Response: Contacting facebook api for friends [200]: {"data":{"friends":[{"id":"id1","name":"name1"},{"id":"id2","name":"name2"}]},"paging":{"cursors":{"before":"dummyBeforeCursor","after":"dummyAfterCursor"}}}
INFO
INFO
INFO #0 FacebookClient._updateToken (package:rest/contacts/facebook/facebook_client.dart:76:9)
INFO #1 FacebookClient.getFriends (package:rest/contacts/facebook/facebook_client.dart:40:5)
INFO
INFO Set next page token to dummyAfterCursor
INFO
INFO
INFO #0 gCheckContactAuthResponse (package:rest/globals.dart:23:9)
INFO #1 FacebookClient.getMoreFriends (package:rest/contacts/facebook/facebook_client.dart:56:5)
INFO
INFO Successful Response: Getting more friends from the facebook api [200]: {"data":{"friends":[{"id":"id1","name":"name1"},{"id":"id2","name":"name2"}]}}
INFO
INFO
INFO #0 FacebookClient._updateToken (package:rest/contacts/facebook/facebook_client.dart:70:11)
INFO #1 FacebookClient.getMoreFriends (package:rest/contacts/facebook/facebook_client.dart:63:5)
INFO
INFO No next page token found.
INFO | Test case: | tests unit/contacts/facebook/facebook_interceptor_test.dart FacebookInterceptor tests should add access_token to request parameters |
|---|---|
| Outcome: | Passed |
| Duration: | 0.014 sec |
INFO INFO #0 FacebookInterceptor.intercept (package:rest/contacts/facebook/facebook_interceptor.dart:12:9) INFO #1 runFacebookInterceptorTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/rest/test/unit/contacts/facebook/facebook_interceptor_test.dart:57:29) INFO INFO Sending facebook friends request to http://localhost with access_token=test_access_token INFO
| Test case: | tests unit/contacts/facebook/facebook_model_test.dart FacebookModel tests facebookModel fromJson |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/contacts/facebook/facebook_model_test.dart FacebookModel tests facebookModel toJson |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/contacts/facebook/facebook_model_test.dart FacebookModel tests FacebookModel fromJson (no paging) |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/globals_test.dart HelperUnit: checkContactResponse - ok |
|---|---|
| Outcome: | Passed |
| Duration: | 0.005 sec |
INFO
INFO #0 gCheckContactAuthResponse (package:rest/globals.dart:23:9)
INFO #1 runHelperUnitTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/rest/test/unit/globals_test.dart:20:7)
INFO
INFO Successful Response: opMsg [200]: {Foo: Bar}
INFO | Test case: | tests unit/globals_test.dart HelperUnit: checkContactResponse - noBody |
|---|---|
| Outcome: | Passed |
| Duration: | 0.005 sec |
ERROR
ERROR #0 gCheckContactAuthResponse (package:rest/globals.dart:17:9)
ERROR #1 runHelperUnitTests.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/rest/test/unit/globals_test.dart:31:15)
ERROR
ERROR Missing body for response [200]: opMsg
ERROR Headers:{}
ERROR | Test case: | tests unit/globals_test.dart HelperUnit: checkContactResponse - error in body |
|---|---|
| Outcome: | Passed |
| Duration: | 0.005 sec |
DEBUG
DEBUG #0 gCheckContactAuthResponse (package:rest/globals.dart:28:7)
DEBUG #1 runHelperUnitTests.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/rest/test/unit/globals_test.dart:44:15)
DEBUG
DEBUG checking body for error: {"Foo":"Bar"}
DEBUG
WARNING
WARNING #0 gCheckContactAuthResponse (package:rest/globals.dart:43:7)
WARNING #1 runHelperUnitTests.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/rest/test/unit/globals_test.dart:44:15)
WARNING
WARNING Facebook permission error: code=null error=null errorMsg=[Foo=Bar]
WARNING | Test case: | tests unit/globals_test.dart HelperUnit: checkContactResponse - body is not json |
|---|---|
| Outcome: | Passed |
| Duration: | 0.004 sec |
DEBUG DEBUG #0 gCheckContactAuthResponse (package:rest/globals.dart:28:7) DEBUG #1 runHelperUnitTests.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/rest/test/unit/globals_test.dart:57:15) DEBUG DEBUG checking body for error: Foobar DEBUG
| Test case: | tests unit/pin/pin_code_test.dart PinCode: fromString - invalid format |
|---|---|
| Outcome: | Passed |
| Duration: | 0.003 sec |