chromium/google_apis/gaia/gaia_config_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 "google_apis/gaia/gaia_config.h"

#include <optional>

#include "base/command_line.h"
#include "base/json/json_reader.h"
#include "google_apis/gaia/gaia_switches.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace {

Eq;
IsNull;

const char kTestConfigContents[] =;

TEST(GaiaConfigTest, ShouldGetURLIfExists) {}

TEST(GaiaConfigTest, ShouldReturnNullIfURLDoesNotExists) {}

TEST(GaiaConfigTest, ShouldGetAPIKeyIfExists) {}

TEST(GaiaConfigTest, ShouldReturnNullIfAPIKeyDoesNotExists) {}

TEST(GaiaConfigTest, ShouldSerializeContentsToCommandLineSwitch) {}

}  // namespace