chromium/google_apis/drive/drive_api_parser_unittest.cc

// Copyright 2012 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/drive/drive_api_parser.h"

#include "base/time/time.h"
#include "base/values.h"
#include "google_apis/common/test_util.h"
#include "google_apis/common/time_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace google_apis {

// Test about resource parsing.
TEST(DriveAPIParserTest, AboutResourceParser) {}

// Test Team Drive resource parsing.
TEST(DriveAPIParserTest, TeamDriveResourceParser) {}

TEST(DriveAPIParserTest, TeamDriveListParser) {}

// Test file list parsing.
TEST(DriveAPIParserTest, FileListParser) {}

// Test change list parsing.
TEST(DriveAPIParserTest, ChangeListParser) {}

// Test change list parsing.
TEST(DriveAPIParserTest, ChangeListParserWithStartToken) {}

TEST(DriveAPIParserTest, HasKind) {}

TEST(DriveAPIParserTest, StartPageToken) {}

}  // namespace google_apis