Class org.mozilla.fenix.components.accounts.FenixAccountManagerTest

6

tests

0

failures

0

ignored

0.326s

duration

100%

successful

Tests

Test Duration Result
GIVEN an account does not exist WHEN accountProfileEmail is called THEN it returns null 0.005s passed
GIVEN an account exists and doesn't need to be re-authenticated WHEN accountProfileEmail is called THEN it returns the associated email address 0.007s passed
GIVEN an account exists and doesn't need to be re-authenticated WHEN accountState is called THEN it returns AccountState#AUTHENTICATED 0.005s passed
GIVEN an account exists but needs to be re-authenticated WHEN accountProfileEmail is called THEN it returns null 0.298s passed
GIVEN an account exists but needs to be re-authenticated WHEN accountState is called THEN it returns AccountState#NEEDS_REAUTHENTICATION 0.005s passed
GIVEN no account exists WHEN accountState is called THEN it returns AccountState#NO_ACCOUNT 0.006s passed