Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Validator_SerializationTest.cpp File Reference
#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"
Include dependency graph for Validator_SerializationTest.cpp:

Go to the source code of this file.

Classes

class  Teuchos::UNDEFINED_PARAMETERENTRY_VALIDATOR
 

Namespaces

 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)
 

Macro Definition Documentation

#define FULL_NUMBER_TYPE_TEST (   T)
Value:
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Validator, EnhancedNumberValidatorConverter, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Validator, NumberArrayValidatorConverterTest, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Validator, StringToIntegralConverterTest, T )
#define TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(TEST_GROUP, TEST_NAME, TYPE)
Instantiate a templated unit test with one template parameter.

Definition at line 562 of file Validator_SerializationTest.cpp.

#define NONINTEGRAL_NUMBER_TYPE_TEST (   T)
Value:
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Validator, EnhancedNumberValidatorConverter, T ) \
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Validator, NumberArrayValidatorConverterTest, T )
#define TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(TEST_GROUP, TEST_NAME, TYPE)
Instantiate a templated unit test with one template parameter.

Definition at line 567 of file Validator_SerializationTest.cpp.