62 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
65 TEST_ASSERT(operand == intTester->getModifiyingOperand());
73 readInCasted->getModifiyingOperand()
75 intTester->getModifiyingOperand());
87 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
90 TEST_ASSERT(operand == intTester->getModifiyingOperand());
98 readInCasted->getModifiyingOperand()
100 intTester->getModifiyingOperand());
112 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
115 TEST_ASSERT(operand == intTester->getModifiyingOperand());
123 readInCasted->getModifiyingOperand()
125 intTester->getModifiyingOperand());
137 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
140 TEST_ASSERT(operand == intTester->getModifiyingOperand());
148 readInCasted->getModifiyingOperand()
150 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.