chromium/google_apis/calendar/calendar_api_url_generator_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/calendar/calendar_api_url_generator.h"

#include <optional>
#include <vector>

#include "base/time/time.h"
#include "third_party/googletest/src/googletest/include/gtest/gtest.h"

namespace google_apis {

namespace calendar {

// Make sure the hard-coded urls are returned.
TEST(CalendarApiUrlGeneratorTest, GetColorListUrl) {}

TEST(CalendarApiUrlGeneratorTest, GetEventListUrl) {}

TEST(CalendarApiUrlGeneratorTest,
     GetEventListUrlWithDefaultOptionalParameters) {}

TEST(CalendarApiUrlGeneratorTest, GetCalendarListUrl) {}

TEST(CalendarApiUrlGeneratorTest,
     GetCalendarListUrlWithDefaultOptionalParameters) {}
}  // namespace calendar
}  // namespace google_apis