#include <Teuchos_UnitTestRepository.hpp>
Classes | |
| class | InstanceData |
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) |
| | |
Definition at line 53 of file Teuchos_UnitTestRepository.hpp.
| void Teuchos::UnitTestRepository::addUnitTest | ( | UnitTestBase * | unitTest, | |
| const std::string | groupName, | |||
| const std::string | testName | |||
| ) | [static] |
| CommandLineProcessor & Teuchos::UnitTestRepository::getCLP | ( | ) | [static] |
| bool Teuchos::UnitTestRepository::runUnitTests | ( | FancyOStream & | out | ) | [static] |
| int Teuchos::UnitTestRepository::runUnitTestsFromMain | ( | int | argc, | |
| char * | argv[] | |||
| ) | [static] |
Run the unit tests from main() passing in (argc, argv).
Definition at line 321 of file Teuchos_UnitTestRepository.cpp.
1.5.9