mongodb-stitch
Version:
[](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
104 lines • 8.65 kB
text/xml
<testsuites name="jest tests" tests="36" failures="0" time="24.22">
<testsuite name="AccessTokenRefresherUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="20.604" tests="1">
<testcase classname="AccessTokenRefresherUnitTests should check refresh" name="AccessTokenRefresherUnitTests should check refresh" time="0.018">
</testcase>
</testsuite>
<testsuite name="CoreUserPasswordAuthProviderClientUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="20.671" tests="3">
<testcase classname="CoreUserPasswordAuthProviderClientUnitTests should register" name="CoreUserPasswordAuthProviderClientUnitTests should register" time="0.028">
</testcase>
<testcase classname="CoreUserPasswordAuthProviderClientUnitTests should confirm user" name="CoreUserPasswordAuthProviderClientUnitTests should confirm user" time="0.002">
</testcase>
<testcase classname="CoreUserPasswordAuthProviderClientUnitTests should resend confirmation" name="CoreUserPasswordAuthProviderClientUnitTests should resend confirmation" time="0.002">
</testcase>
</testsuite>
<testsuite name="CoreStitchServiceUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="20.666" tests="1">
<testcase classname="CoreStitchServiceUnitTests should call function" name="CoreStitchServiceUnitTests should call function" time="0.019">
</testcase>
</testsuite>
<testsuite name="AuthInfo" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="20.666" tests="3">
<testcase classname="AuthInfo should contain all fields when constructed" name="AuthInfo should contain all fields when constructed" time="0.01">
</testcase>
<testcase classname="AuthInfo should be empty when empty() is called" name="AuthInfo should be empty when empty() is called" time="0.002">
</testcase>
<testcase classname="AuthInfo must have deviceId, but nothing else if logged out" name="AuthInfo must have deviceId, but nothing else if logged out" time="0.002">
</testcase>
</testsuite>
<testsuite name="CoreUserApiKeyAuthProviderClientUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="20.827" tests="6">
<testcase classname="CoreUserApiKeyAuthProviderClientUnitTests should create api key" name="CoreUserApiKeyAuthProviderClientUnitTests should create api key" time="0.027">
</testcase>
<testcase classname="CoreUserApiKeyAuthProviderClientUnitTests should fetch api key" name="CoreUserApiKeyAuthProviderClientUnitTests should fetch api key" time="0.006">
</testcase>
<testcase classname="CoreUserApiKeyAuthProviderClientUnitTests should fetch api keys" name="CoreUserApiKeyAuthProviderClientUnitTests should fetch api keys" time="0.02">
</testcase>
<testcase classname="CoreUserApiKeyAuthProviderClientUnitTests should enable api key" name="CoreUserApiKeyAuthProviderClientUnitTests should enable api key" time="0.003">
</testcase>
<testcase classname="CoreUserApiKeyAuthProviderClientUnitTests should disable api key" name="CoreUserApiKeyAuthProviderClientUnitTests should disable api key" time="0.002">
</testcase>
<testcase classname="CoreUserApiKeyAuthProviderClientUnitTests should delete api key" name="CoreUserApiKeyAuthProviderClientUnitTests should delete api key" time="0.002">
</testcase>
</testsuite>
<testsuite name="StitchRequestClientUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="20.889" tests="3">
<testcase classname="StitchRequestClientUnitTests should doRequest" name="StitchRequestClientUnitTests should doRequest" time="0.051">
</testcase>
<testcase classname="StitchRequestClientUnitTests should test doJSONRequestWithDoc" name="StitchRequestClientUnitTests should test doJSONRequestWithDoc" time="0.018">
</testcase>
<testcase classname="StitchRequestClientUnitTests should handle non canonical headers" name="StitchRequestClientUnitTests should handle non canonical headers" time="0.005">
</testcase>
</testsuite>
<testsuite name="BasicRequest" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.241" tests="3">
<testcase classname="BasicRequest should throw if missing Method" name="BasicRequest should throw if missing Method" time="0.007">
</testcase>
<testcase classname="BasicRequest should throw if missing Url" name="BasicRequest should throw if missing Url" time="0">
</testcase>
<testcase classname="BasicRequest should initialize" name="BasicRequest should initialize" time="0.002">
</testcase>
</testsuite>
<testsuite name="CoreStitchAuthUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:27" time="21.265" tests="8">
<testcase classname="CoreStitchAuthUnitTests should login with credentials" name="CoreStitchAuthUnitTests should login with credentials" time="0.042">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should link user with credentials" name="CoreStitchAuthUnitTests should link user with credentials" time="0.007">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should be logged in" name="CoreStitchAuthUnitTests should be logged in" time="0.002">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should logout" name="CoreStitchAuthUnitTests should logout" time="0.003">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should have device id" name="CoreStitchAuthUnitTests should have device id" time="0.001">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should handle auth failure" name="CoreStitchAuthUnitTests should handle auth failure" time="0.011">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should do authenticated json request" name="CoreStitchAuthUnitTests should do authenticated json request" time="0.007">
</testcase>
<testcase classname="CoreStitchAuthUnitTests should properly handle profile request failure" name="CoreStitchAuthUnitTests should properly handle profile request failure" time="0.007">
</testcase>
</testsuite>
<testsuite name="StitchAppClientConfigurationUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.242" tests="1">
<testcase classname="StitchAppClientConfigurationUnitTests should build" name="StitchAppClientConfigurationUnitTests should build" time="0.006">
</testcase>
</testsuite>
<testsuite name="UserPasswordCredentialUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.257" tests="1">
<testcase classname="UserPasswordCredentialUnitTests should test credential" name="UserPasswordCredentialUnitTests should test credential" time="0.005">
</testcase>
</testsuite>
<testsuite name="StitchUserProfile" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.268" tests="1">
<testcase classname="StitchUserProfile should initialize" name="StitchUserProfile should initialize" time="0.008">
</testcase>
</testsuite>
<testsuite name="StitchClientConfigurationUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.314" tests="1">
<testcase classname="StitchClientConfigurationUnitTests should build" name="StitchClientConfigurationUnitTests should build" time="0.005">
</testcase>
</testsuite>
<testsuite name="StoreAuthInfo, StoreCoreUserProfile, and StoreStitchUserIdentity" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.367" tests="1">
<testcase classname="StoreAuthInfo, StoreCoreUserProfile, and StoreStitchUserIdentity should encode and decode" name="StoreAuthInfo, StoreCoreUserProfile, and StoreStitchUserIdentity should encode and decode" time="0.004">
</testcase>
</testsuite>
<testsuite name="EJSON test" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:49" time="0.184" tests="2">
<testcase classname="EJSON test should stringify Extended JSON correctly" name="EJSON test should stringify Extended JSON correctly" time="0.005">
</testcase>
<testcase classname="EJSON test should deserialize Extended JSON correctly" name="EJSON test should deserialize Extended JSON correctly" time="0.002">
</testcase>
</testsuite>
<testsuite name="StitchAppClientInfoUnitTests" errors="0" failures="0" skipped="0" timestamp="2018-11-14T19:35:48" time="0.209" tests="1">
<testcase classname="StitchAppClientInfoUnitTests should init" name="StitchAppClientInfoUnitTests should init" time="0.004">
</testcase>
</testsuite>
</testsuites>