chromium/components/services/app_service/public/cpp/app_capability_access_cache_wrapper_unittest.cc

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

#include <utility>
#include <vector>

#include "components/account_id/account_id.h"
#include "components/services/app_service/public/cpp/app_capability_access_cache.h"
#include "components/services/app_service/public/cpp/app_capability_access_cache_wrapper.h"
#include "components/services/app_service/public/cpp/capability_access.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace apps {

class AppCapabilityAccessCacheWrapperTest
    : public testing::Test,
      public AppCapabilityAccessCache::Observer {};

TEST_F(AppCapabilityAccessCacheWrapperTest, OneAccount) {}

TEST_F(AppCapabilityAccessCacheWrapperTest, MultipleAccounts) {}

}  // namespace apps