62 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
65 TEST_ASSERT(operand == intTester->getModifiyingOperand());
70 rcp_dynamic_cast<SubtractionFunction<int> >(readIn);
73 readInCasted->getModifiyingOperand()
75 intTester->getModifiyingOperand());
87 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
90 TEST_ASSERT(operand == intTester->getModifiyingOperand());
95 rcp_dynamic_cast<AdditionFunction<int> >(readIn);
98 readInCasted->getModifiyingOperand()
100 intTester->getModifiyingOperand());
112 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
115 TEST_ASSERT(operand == intTester->getModifiyingOperand());
120 rcp_dynamic_cast<MultiplicationFunction<int> >(readIn);
123 readInCasted->getModifiyingOperand()
125 intTester->getModifiyingOperand());
137 TEST_ASSERT(type == intTester->getTypeAttributeValue() );
140 TEST_ASSERT(operand == intTester->getModifiyingOperand());
145 rcp_dynamic_cast<DivisionFunction<int> >(readIn);
148 readInCasted->getModifiyingOperand()
150 intTester->getModifiyingOperand());