// 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/gaia/google_service_auth_error.h" #include <memory> #include <string> #include "net/base/net_errors.h" #include "testing/gtest/include/gtest/gtest.h" namespace { TEST(GoogleServiceAuthErrorTest, State) { … } TEST(GoogleServiceAuthErrorTest, FromConnectionError) { … } TEST(GoogleServiceAuthErrorTest, FromServiceError) { … } TEST(GoogleServiceAuthErrorTest, FromInvalidGaiaCredentialsReason) { … } TEST(GoogleServiceAuthErrorTest, AuthErrorNone) { … } } // namespace