blob: e7f564a66ede29d622dcdf173d41681c92e443d3 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gls_runner_test_base.h"
namespace credential_provider {
namespace testing {
GlsRunnerTestBase::GlsRunnerTestBase() : run_helper_(&fake_os_user_manager_) {}
GlsRunnerTestBase::~GlsRunnerTestBase() = default;
void GlsRunnerTestBase::SetUp() {
// Make sure not to read random GCPW settings from the machine that is running
// the tests.
ASSERT_NO_FATAL_FAILURE(
registry_override_.OverrideRegistry(HKEY_LOCAL_MACHINE));
}
} // namespace testing
} // namespace credential_provider