Home
last modified time | relevance | path

Searched refs:PrinterTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/XRay/
H A DFDRRecordPrinterTest.cpp99 template <class T> class PrinterTest : public ::testing::Test { class
107 PrinterTest() : Data(), OS(Data), P(OS), R(Helper<T>::construct()) {} in PrinterTest() function in llvm::xray::__anonbfd80cce0111::PrinterTest
110 TYPED_TEST_SUITE_P(PrinterTest);
112 TYPED_TEST_P(PrinterTest, PrintsRecord) { in TYPED_TEST_P() argument
119 REGISTER_TYPED_TEST_SUITE_P(PrinterTest, PrintsRecord);
125 INSTANTIATE_TYPED_TEST_SUITE_P(Records, PrinterTest, FDRRecordTypes, );