Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_UnitTestHarness.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEUCHOS_UNIT_TEST_HARNESS_HPP
11 #define TEUCHOS_UNIT_TEST_HARNESS_HPP
12 
13 
19 #include "Teuchos_UnitTestBase.hpp"
24 
25 
26 #endif // TEUCHOS_UNIT_TEST_HARNESS_HPP
Macros for defining unit tests.
Unit testing support.
Unit testing support.
Utilities to make writing tests easier.
Basic command line parser for input from (argc,argv[])