LLVM OpenMP 22.0.0git
TestRegistrar Class Reference

Static class used to register all test cases and provide them to the driver. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/tools/omptest/include/OmptTesterStandalone.h"

Static Public Member Functions

static TestRegistrarget ()
static std::vector< TestSuitegetTestSuites ()
static void addCaseToSuite (TestCase *TC, const std::string &TSName)

Detailed Description

Static class used to register all test cases and provide them to the driver.

Definition at line 75 of file OmptTesterStandalone.h.

Member Function Documentation

◆ addCaseToSuite()

void TestRegistrar::addCaseToSuite ( TestCase * TC,
const std::string & TSName )
static

Definition at line 90 of file OmptTesterStandalone.cpp.

References TestSuite::TestCases.

Referenced by Registerer::Registerer().

◆ get()

TestRegistrar & TestRegistrar::get ( )
static

Definition at line 78 of file OmptTesterStandalone.cpp.

Referenced by Registerer::Registerer().

◆ getTestSuites()

std::vector< TestSuite > TestRegistrar::getTestSuites ( )
static

Definition at line 83 of file OmptTesterStandalone.cpp.


The documentation for this class was generated from the following files: