+ mathTest.evaluate(testFeature));
assertEquals(new Integer(2), mathTest.evaluate(testFeature,
Integer.class));
// Test multiplication
mathTest = new MultiplyImpl(null, null);
mathTest.setExpression1(testAttribute1);
mathTest.setExpression2(testAttribute2);
LOGGER.fine("math test: " + testAttribute1.evaluate(testFeature)
+ " * " + testAttribute2.evaluate(testFeature) + " = "
+ mathTest.evaluate(testFeature));