|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_StandardParameterEntryValidators.hpp"#include "Teuchos_XMLParameterListExceptions.hpp"#include "Teuchos_XMLParameterListCoreHelpers.hpp"#include "Teuchos_XMLParameterListWriter.hpp"#include "Teuchos_ValidatorXMLConverterDB.hpp"#include "Teuchos_StandardValidatorXMLConverters.hpp"#include "Teuchos_XMLParameterListTestHelpers.hpp"
Go to the source code of this file.
Classes | |
| class | Teuchos::UNDEFINED_PARAMETERENTRY_VALIDATOR |
Namespaces | |
| namespace | Teuchos |
Macros | |
| #define | FULL_NUMBER_TYPE_TEST(T) |
| #define | NONINTEGRAL_NUMBER_TYPE_TEST(T) |
Functions | |
| Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Validator, exceptionTests) | |
| Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Validator, fileNameValidatorConverter) | |
| Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Validator, stringValidatorConverter) | |
| Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Validator, boolValidatorConverter) | |
| Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Validator, anynumberValidatorConverter) | |
| Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, EnhancedNumberValidatorConverter, T) | |
| Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, NumberArrayValidatorConverterTest, T) | |
| Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, TwoDArrayNumberValidatorConverterTest, T) | |
| Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Validator, StringToIntegralConverterTest, T) | |
| Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Validator, existingPrototypeTest) | |
| TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT RCP< ParameterList > | writeThenReadPL (ParameterList &myList) |
| Write a parameter list to xml and then read that xml back in via a string. The intent of this function is to be used for testing purposes. | |
| #define FULL_NUMBER_TYPE_TEST | ( | T | ) |
Definition at line 562 of file Validator_SerializationTest.cpp.
| #define NONINTEGRAL_NUMBER_TYPE_TEST | ( | T | ) |
Definition at line 567 of file Validator_SerializationTest.cpp.
| Teuchos::RCP< Teuchos::ParameterList > Teuchos::writeThenReadPL | ( | ParameterList & | myList | ) |
Write a parameter list to xml and then read that xml back in via a string. The intent of this function is to be used for testing purposes.
| paramList | [in] Contains the parameters and sublists that will be written out and then read back in. |
Definition at line 63 of file Teuchos_XMLParameterListTestHelpers.cpp.