#include <string>
#include "components/viz/common/frame_sinks/begin_frame_args.h"
#include "components/viz/test/begin_frame_args_test.h"
#include "testing/gtest/include/gtest/gtest-spi.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace viz {
namespace {
constexpr base::TimeDelta k1Usec = …;
constexpr base::TimeDelta k2Usec = …;
constexpr base::TimeDelta k3Usec = …;
TEST(BeginFrameArgsTest, Helpers) { … }
TEST(BeginFrameArgsTest, Create) { … }
#ifndef NDEBUG
TEST(BeginFrameArgsTest, Location) { … }
#endif
}
}