chromium/chrome/browser/enterprise/connectors/analysis/content_analysis_sdk_manager_unittest.cc

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

#include "chrome/browser/enterprise/connectors/analysis/content_analysis_sdk_manager.h"

#include "chrome/browser/enterprise/connectors/test/fake_content_analysis_sdk_client.h"
#include "chrome/browser/enterprise/connectors/test/fake_content_analysis_sdk_manager.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace enterprise_connectors {

class ContentAnalysisSdkManagerTest : public testing::Test {};

TEST_F(ContentAnalysisSdkManagerTest, Create) {}

TEST_F(ContentAnalysisSdkManagerTest, ResetClient) {}

TEST_F(ContentAnalysisSdkManagerTest, ResetAllClients) {}

}  // namespace enterprise_connectors