offspringArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, offspringArguments,
TInspectorCluster.OFFSPRING_FLOAT);
statement = new Statement(new DoubleInspector(), "visit",
ancestorArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, ancestorArguments,
TInspectorCluster.ANCESTOR_DOUBLE);
statement = new Statement(new DoubleInspector(), "visit",
offspringArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, offspringArguments,
TInspectorCluster.OFFSPRING_DOUBLE);