chromium/extensions/common/api/declarative/declarative_manifest_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 <utility>

#include "base/test/values_test_util.h"
#include "extensions/browser/api_test_utils.h"
#include "extensions/common/api/declarative/declarative_manifest_data.h"
#include "extensions/common/manifest_test.h"

namespace extensions {

DeclarativeManifestTest;

TEST_F(DeclarativeManifestTest, Valid) {}

TEST_F(DeclarativeManifestTest, ConditionMissingType) {}

TEST_F(DeclarativeManifestTest, ConditionNotDictionary) {}

TEST_F(DeclarativeManifestTest, ActionMissingType) {}

TEST_F(DeclarativeManifestTest, ActionNotDictionary) {}

TEST_F(DeclarativeManifestTest, EventRulesNotList) {}

TEST_F(DeclarativeManifestTest, EventRuleNotDictionary) {}

TEST_F(DeclarativeManifestTest, EventMissingFromRule) {}

TEST_F(DeclarativeManifestTest, RuleFailedToPopulate) {}

}  // namespace extensions