chromium/components/autofill/content/browser/scoped_autofill_managers_observation_unittest.cc

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

#include "components/autofill/content/browser/scoped_autofill_managers_observation.h"

#include "base/test/gtest_util.h"
#include "components/autofill/content/browser/test_autofill_client_injector.h"
#include "components/autofill/content/browser/test_autofill_driver_injector.h"
#include "components/autofill/content/browser/test_autofill_manager_injector.h"
#include "components/autofill/content/browser/test_content_autofill_client.h"
#include "components/autofill/core/browser/mock_autofill_manager_observer.h"
#include "components/autofill/core/browser/test_browser_autofill_manager.h"
#include "content/public/test/navigation_simulator.h"
#include "content/public/test/test_renderer_host.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

NiceMock;
Ref;

class ScopedAutofillManagersObservationTest
    : public content::RenderViewHostTestHarness {};

TEST_F(ScopedAutofillManagersObservationTest, SingleFrameObservation) {}

TEST_F(ScopedAutofillManagersObservationTest,
       SingleFrameObservationWithDelayedInitializationFailsWithStrictPolicy) {}

TEST_F(ScopedAutofillManagersObservationTest,
       SingleFrameObservationWithDelayedInitialization) {}

TEST_F(ScopedAutofillManagersObservationTest,
       SingleFrameObservationWithNavigation) {}

TEST_F(ScopedAutofillManagersObservationTest, NoObservationsAfterReset) {}

TEST_F(ScopedAutofillManagersObservationTest, MultipleFrameObservation) {}

}  // namespace autofill