chromium/chrome/browser/extensions/api/declarative_content/content_condition_unittest.cc

// Copyright 2015 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/extensions/api/declarative_content/content_condition.h"

#include <vector>

#include "base/functional/bind.h"
#include "base/memory/raw_ptr.h"
#include "base/test/values_test_util.h"
#include "base/values.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {

namespace {

class TestPredicate : public ContentPredicate {};

class TestPredicateFactoryGeneratingError : public ContentPredicateFactory {};

class TestPredicateFactoryGeneratingPredicate : public ContentPredicateFactory {};

}  // namespace

HasSubstr;
UnorderedElementsAre;

TEST(DeclarativeContentConditionTest, UnknownPredicateName) {}

TEST(DeclarativeContentConditionTest,
     PredicateWithErrorProducesEmptyCondition) {}

TEST(DeclarativeContentConditionTest, AllSpecifiedPredicatesCreated) {}

}  // namespace extensions