Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
remainder
test
SolverFactory
SolverFactory.cpp
Go to the documentation of this file.
1
#include "
Teuchos_ConfigDefs.hpp
"
2
#include "
Teuchos_UnitTestHarness.hpp
"
3
4
namespace
{
// (anonymous)
5
6
// For now, stub unit test.
7
// This will change once we add SolverFactory.
8
TEUCHOS_UNIT_TEST
( SolverFactory, Test0 )
9
{
10
using
std::endl;
11
12
out <<
"SolverFactory Test0"
<< endl;
13
success =
true
;
14
}
15
}
// (anonymous)
16
Teuchos_ConfigDefs.hpp
Teuchos header file which uses auto-configuration information to include necessary C++ headers...
TEUCHOS_UNIT_TEST
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
Definition:
Teuchos_UnitTestHelpers.hpp:83
Teuchos_UnitTestHarness.hpp
Unit testing support.
Generated by
1.8.5