chromium/net/third_party/uri_template/uri_template_test.cc

/*
 * \copyright Copyright 2013 Google Inc. All Rights Reserved.
 * \license @{
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * @}
 */

#include "net/third_party/uri_template/uri_template.h"

#include <memory>
#include <string>

#include "testing/gtest/include/gtest/gtest.h"

string;

namespace uri_template {
namespace {

std::unordered_map<string, string> parameters_ =;

void CheckExpansion(const string& uri_template,
                    const string& expected_expansion,
                    bool expected_validity = true,
                    const std::set<string>* expected_vars = nullptr) {}

class UriTemplateTest : public testing::Test {};

TEST_F(UriTemplateTest, TestLevel1Templates) {}

TEST_F(UriTemplateTest, TestLevel2Templates) {}

TEST_F(UriTemplateTest, TestLevel3Templates) {}

TEST_F(UriTemplateTest, TestMalformed) {}

TEST_F(UriTemplateTest, TestVariableSet) {}

}  // namespace
}  // namespace uri_template