chromium/components/page_content_annotations/core/page_content_annotation_job_executor_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 "components/page_content_annotations/core/page_content_annotation_job_executor.h"

#include "base/test/scoped_feature_list.h"
#include "base/test/scoped_run_loop_timeout.h"
#include "base/test/task_environment.h"
#include "components/optimization_guide/proto/models.pb.h"
#include "components/page_content_annotations/core/page_content_annotations_features.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace page_content_annotations {

namespace {
const double kOutput =;
}

class TestJobExecutor : public PageContentAnnotationJobExecutor {};

class PageContentAnnotationJobExecutorTest : public testing::Test {};

TEST_F(PageContentAnnotationJobExecutorTest, FullFlow) {}

}  // namespace page_content_annotations