chromium/gpu/config/gpu_test_config_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 "gpu/config/gpu_info.h"
#include "gpu/config/gpu_test_config.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace gpu {

class GPUTestConfigTest : public testing::Test {};

TEST_F(GPUTestConfigTest, EmptyValues) {}

TEST_F(GPUTestConfigTest, SetGPUInfo) {}

TEST_F(GPUTestConfigTest, IsValid) {}

TEST_F(GPUTestConfigTest, Matches) {}

TEST_F(GPUTestConfigTest, StringMatches) {}

TEST_F(GPUTestConfigTest, OverlapsWith) {}

TEST_F(GPUTestConfigTest, LoadCurrentConfig) {}

}  // namespace gpu