Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
Teuchos_UnitTestRepository.cpp File Reference
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_UnitTestBase.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_Time.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Include dependency graph for Teuchos_UnitTestRepository.cpp:

Go to the source code of this file.

Classes

struct  Teuchos::UnitTestData
 
class  Teuchos::UnitTestRepository::InstanceData
 

Namespaces

namespace  Teuchos
 

Enumerations

enum  Teuchos::EShowTestDetails { Teuchos::SHOW_TEST_DETAILS_ALL , Teuchos::SHOW_TEST_DETAILS_TEST_NAMES , Teuchos::SHOW_TEST_DETAILS_FINAL_RESULTS }
 

Functions

bool Teuchos::operator< (const UnitTestData &a, const UnitTestData &b)
 
std::string Teuchos::getUnitTestName (const std::string groupName, const std::string testName)
 
bool Teuchos::strMatch (const std::string &fullMatchStr, const std::string &str)