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

#include "base/functional/callback_helpers.h"
#include "base/test/gtest_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace page_content_annotations {

class PageContentAnnotationJobTest : public testing::Test {};

TEST_F(PageContentAnnotationJobTest, IteratesInput) {}

TEST_F(PageContentAnnotationJobTest, Callback) {}

TEST_F(PageContentAnnotationJobTest, DeathOnUncompleted) {}

TEST_F(PageContentAnnotationJobTest, FillWithNullOutputs) {}

}  // namespace page_content_annotations