#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
TEST(TestPendingTaskTest, ToString) { … }
TEST(TestPendingTaskTest, GTestPrettyPrint) { … }
TEST(TestPendingTaskTest, ShouldRunBefore) { … }
}