+ mathTest.evaluate(testFeature));
assertEquals(new Integer(8), mathTest.evaluate(testFeature,
Integer.class));
// Test division
mathTest = new DivideImpl(null, null);
mathTest.setExpression1(testAttribute1);
mathTest.setExpression2(testAttribute2);
LOGGER.fine("math test: " + testAttribute1.evaluate(testFeature)
+ " / " + testAttribute2.evaluate(testFeature) + " = "
+ mathTest.evaluate(testFeature));