// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/types/token_type.h" #include "base/test/gtest_util.h" #include "base/unguessable_token.h" #include "testing/gtest/include/gtest/gtest.h" namespace base { FooToken; static_assert …; static_assert …; static_assert …; static_assert …; static_assert …; TEST(TokenType, TokenApi) { … } TEST(TokenType, TokenFromNullUnguessableToken) { … } } // namespace base