Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Teuchos::UnitTestRepository::InstanceData Class Reference

Public Types

typedef Teuchos::Array< UnitTestDataunitTests_t
 

Public Member Functions

 InstanceData ()
 

Public Attributes

unitTests_t unitTests
 
CommandLineProcessor clp
 
EShowTestDetails showTestDetails
 
bool globallyReduceUnitTestResult
 
bool showSrcLocation
 
bool showFailSrcLocation
 
bool noOp
 
std::string groupName
 
std::string testName
 
std::string notUnitTestName
 
int testCounter
 

Detailed Description

Definition at line 172 of file Teuchos_UnitTestRepository.cpp.

Member Typedef Documentation

◆ unitTests_t

Definition at line 175 of file Teuchos_UnitTestRepository.cpp.

Constructor & Destructor Documentation

◆ InstanceData()

Teuchos::UnitTestRepository::InstanceData::InstanceData ( )
inline

Definition at line 189 of file Teuchos_UnitTestRepository.cpp.

Member Data Documentation

◆ unitTests

unitTests_t Teuchos::UnitTestRepository::InstanceData::unitTests

Definition at line 177 of file Teuchos_UnitTestRepository.cpp.

◆ clp

CommandLineProcessor Teuchos::UnitTestRepository::InstanceData::clp

Definition at line 178 of file Teuchos_UnitTestRepository.cpp.

◆ showTestDetails

EShowTestDetails Teuchos::UnitTestRepository::InstanceData::showTestDetails

Definition at line 179 of file Teuchos_UnitTestRepository.cpp.

◆ globallyReduceUnitTestResult

bool Teuchos::UnitTestRepository::InstanceData::globallyReduceUnitTestResult

Definition at line 180 of file Teuchos_UnitTestRepository.cpp.

◆ showSrcLocation

bool Teuchos::UnitTestRepository::InstanceData::showSrcLocation

Definition at line 181 of file Teuchos_UnitTestRepository.cpp.

◆ showFailSrcLocation

bool Teuchos::UnitTestRepository::InstanceData::showFailSrcLocation

Definition at line 182 of file Teuchos_UnitTestRepository.cpp.

◆ noOp

bool Teuchos::UnitTestRepository::InstanceData::noOp

Definition at line 183 of file Teuchos_UnitTestRepository.cpp.

◆ groupName

std::string Teuchos::UnitTestRepository::InstanceData::groupName

Definition at line 184 of file Teuchos_UnitTestRepository.cpp.

◆ testName

std::string Teuchos::UnitTestRepository::InstanceData::testName

Definition at line 185 of file Teuchos_UnitTestRepository.cpp.

◆ notUnitTestName

std::string Teuchos::UnitTestRepository::InstanceData::notUnitTestName

Definition at line 186 of file Teuchos_UnitTestRepository.cpp.

◆ testCounter

int Teuchos::UnitTestRepository::InstanceData::testCounter

Definition at line 187 of file Teuchos_UnitTestRepository.cpp.


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