chromium/content/browser/devtools/protocol/webauthn_handler_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/browser/devtools/protocol/webauthn_handler.h"

#include "content/browser/devtools/protocol/web_authn.h"
#include "content/browser/webauth/authenticator_environment.h"
#include "content/browser/webauth/virtual_authenticator.h"
#include "content/browser/webauth/virtual_authenticator_manager_impl.h"
#include "content/test/test_render_view_host.h"
#include "content/test/test_web_contents.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content::protocol {

class WebAuthnHandlerTest : public RenderViewHostImplTestHarness {};

TEST_F(WebAuthnHandlerTest, EnableFailsGracefullyIfNoFrameHostSet) {}

TEST_F(WebAuthnHandlerTest, DisableGracefullyIfNoFrameHostSet) {}

TEST_F(WebAuthnHandlerTest, DtorCleansUpObservers) {}

}  // namespace content::protocol