83 TestCase(
const std::string& testCaseName );
Represents one test case.
int getNumberOfErrors() const
virtual ~TestCase()
Destructor.
bool _error
Indicate within macro if one specific validation failed.
virtual void run()=0
This routine is triggered by the TestCaseCollection.
int _errors
Error counter.
std::string getTestCaseName() const
const std::string _testCaseName
Name of the test case.
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.