#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) { … }
}