#include "chrome/browser/internal_auth.h"
#include <stddef.h>
#include <algorithm>
#include "base/lazy_instance.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
class InternalAuthTest : public ::testing::Test { … };
TEST_F(InternalAuthTest, BasicGeneration) { … }
TEST_F(InternalAuthTest, DoubleGeneration) { … }
TEST_F(InternalAuthTest, BadGeneration) { … }
TEST_F(InternalAuthTest, BasicVerification) { … }
TEST_F(InternalAuthTest, BruteForce) { … }
TEST_F(InternalAuthTest, ExpirationAndBruteForce) { … }
TEST_F(InternalAuthTest, ChangeKey) { … }