30 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
33 TEST_ASSERT(operand == intTester->getModifiyingOperand());
41 readInCasted->getModifiyingOperand()
43 intTester->getModifiyingOperand());
55 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
58 TEST_ASSERT(operand == intTester->getModifiyingOperand());
66 readInCasted->getModifiyingOperand()
68 intTester->getModifiyingOperand());
80 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
83 TEST_ASSERT(operand == intTester->getModifiyingOperand());
91 readInCasted->getModifiyingOperand()
93 intTester->getModifiyingOperand());
105 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
108 TEST_ASSERT(operand == intTester->getModifiyingOperand());
116 readInCasted->getModifiyingOperand()
118 intTester->getModifiyingOperand());
#define TEST_ASSERT(v1)
Assert the given statement is true.
static XMLObject convertFunctionObject(RCP< const FunctionObject > function)
Given a FunctionObject, converts the FunctionObject to XML.
A simple function object that multiplys a specififed value from the given arguement in the runFunctio...
A simple function object that adds a specififed value from the given arguement in the runFunction fun...
static const std::string & getTypeAttributeName()
T * get() const
Get the raw C++ pointer to the underlying object.
A database for FunctionObjectXMLConverters.
A simple function object that subtracts a specififed value from the given arguement in the runFunctio...
TEUCHOS_UNIT_TEST(ConstNonconstObjectContainer, create)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object...
static std::string getOperandAttributeName()
A simple function object that divides a specififed value from the given arguement in the runFunction ...
Smart reference counting pointer class for automatic garbage collection.
static RCP< FunctionObject > convertXML(const XMLObject &xmlObject)
Given an XMLObject, converts the XMLObject to a FunctionObject.
const std::string & getRequired(const std::string &name) const
Get an attribute, throwing an std::exception if it is not found.