Source code
Revision control
Copy as Markdown
Other Tools
[virtual_authenticator.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Can remove a credential]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Can remove a virtual authenticator]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Can add a credential]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Can set user verified]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Can get the credentials]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Can remove all credentials]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Can create an authenticator]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]