chromium/chrome/browser/safe_browsing/cloud_content_scanning/file_opening_job_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 "chrome/browser/safe_browsing/cloud_content_scanning/file_opening_job.h"

#include <memory>

#include "base/command_line.h"
#include "base/containers/span.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/weak_ptr.h"
#include "base/run_loop.h"
#include "base/strings/stringprintf.h"
#include "base/test/scoped_command_line.h"
#include "build/build_config.h"
#include "chrome/browser/enterprise/connectors/common.h"
#include "chrome/browser/safe_browsing/cloud_content_scanning/file_analysis_request.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace safe_browsing {

class FileOpeningJobTest : public testing::Test {};

TEST_F(FileOpeningJobTest, SingleFile) {}

TEST_F(FileOpeningJobTest, MultiFiles) {}

TEST_F(FileOpeningJobTest, MaxThreadsFlag) {}

}  // namespace safe_browsing