chromium/components/viz/test/begin_frame_source_test_unittest.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/viz/test/begin_frame_source_test.h"

#include "components/viz/test/begin_frame_args_test.h"
#include "components/viz/test/mock_helper.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace viz {
namespace {
TEST(MockBeginFrameObserverTest, FailOnMissingCalls) {}

TEST(MockBeginFrameObserverTest, FailOnMultipleCalls) {}

TEST(MockBeginFrameObserverTest, FailOnWrongCallOrder) {}

TEST(MockBeginFrameObserverTest, ExpectOnBeginFrame) {}

TEST(MockBeginFrameObserverTest, ExpectOnBeginFrameStatus) {}

}  // namespace
}  // namespace viz