chromium/base/test/test_pending_task_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 "base/test/test_pending_task.h"

#include "base/functional/bind.h"
#include "base/trace_event/base_tracing.h"
#include "base/tracing_buildflags.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest-spi.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace base {

#if BUILDFLAG(ENABLE_BASE_TRACING)
TEST(TestPendingTaskTest, TraceSupport) {}
#endif  // BUILDFLAG(ENABLE_BASE_TRACING)

TEST(TestPendingTaskTest, ToString) {}

TEST(TestPendingTaskTest, GTestPrettyPrint) {}

TEST(TestPendingTaskTest, ShouldRunBefore) {}

}  // namespace base