|
Teuchos - Trilinos Tools Package
Version of the Day
|
Singleton unit testing repository. More...
#include <Teuchos_UnitTestRepository.hpp>
Static Public Member Functions | |
| static CommandLineProcessor & | getCLP () |
| | |
| static bool | runUnitTests (FancyOStream &out) |
| Run the registered unit tests. | |
| static int | runUnitTestsFromMain (int argc, char *argv[]) |
| Run the unit tests from main() passing in (argc, argv). | |
| static void | addUnitTest (UnitTestBase *unitTest, const std::string groupName, const std::string testName) |
| | |
| static bool | verboseUnitTests () |
| | |
Singleton unit testing repository.
Definition at line 66 of file Teuchos_UnitTestRepository.hpp.
| CommandLineProcessor & Teuchos::UnitTestRepository::getCLP | ( | ) | [static] |
Definition at line 202 of file Teuchos_UnitTestRepository.cpp.
| bool Teuchos::UnitTestRepository::runUnitTests | ( | FancyOStream & | out | ) | [static] |
Run the registered unit tests.
Definition at line 208 of file Teuchos_UnitTestRepository.cpp.
| int Teuchos::UnitTestRepository::runUnitTestsFromMain | ( | int | argc, |
| char * | argv[] | ||
| ) | [static] |
Run the unit tests from main() passing in (argc, argv).
Definition at line 389 of file Teuchos_UnitTestRepository.cpp.
| void Teuchos::UnitTestRepository::addUnitTest | ( | UnitTestBase * | unitTest, |
| const std::string | groupName, | ||
| const std::string | testName | ||
| ) | [static] |
Definition at line 417 of file Teuchos_UnitTestRepository.cpp.
| bool Teuchos::UnitTestRepository::verboseUnitTests | ( | ) | [static] |
Definition at line 426 of file Teuchos_UnitTestRepository.cpp.
1.7.6.1