Searched refs:AuthenticatorTestBase (Results 1 – 5 of 5) sorted by relevance
39 AuthenticatorTestBase::MockChannelDoneCallback::MockChannelDoneCallback() {} in MockChannelDoneCallback()41 AuthenticatorTestBase::MockChannelDoneCallback::~MockChannelDoneCallback() {} in ~MockChannelDoneCallback()43 AuthenticatorTestBase::AuthenticatorTestBase() {} in AuthenticatorTestBase() function in remoting::protocol::AuthenticatorTestBase45 AuthenticatorTestBase::~AuthenticatorTestBase() {} in ~AuthenticatorTestBase()47 void AuthenticatorTestBase::SetUp() { in SetUp()63 void AuthenticatorTestBase::RunAuthExchange() { in RunAuthExchange()70 void AuthenticatorTestBase::RunHostInitiatedAuthExchange() { in RunHostInitiatedAuthExchange()81 void AuthenticatorTestBase::ContinueAuthExchangeWith(Authenticator* sender, in ContinueAuthExchangeWith()108 &AuthenticatorTestBase::ContinueAuthExchangeWith, in ContinueAuthExchangeWith()113 void AuthenticatorTestBase::RunChannelAuth(bool expected_fail) { in RunChannelAuth()[all …]
29 class AuthenticatorTestBase : public testing::Test {31 AuthenticatorTestBase();32 virtual ~AuthenticatorTestBase();72 DISALLOW_COPY_AND_ASSIGN(AuthenticatorTestBase);
34 class V2AuthenticatorTest : public AuthenticatorTestBase {
40 class ThirdPartyAuthenticatorTest : public AuthenticatorTestBase {
45 class NegotiatingAuthenticatorTest : public AuthenticatorTestBase {