offspringArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, offspringArguments,
TInspectorCluster.OFFSPRING_DOUBLE);
statement = new Statement(new ObjectInspector(), "visit",
ancestorArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, ancestorArguments,
TInspectorCluster.ANCESTOR_OBJECT);
statement = new Statement(new ObjectInspector(), "visit",
offspringArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, offspringArguments,
TInspectorCluster.OFFSPRING_OBJECT);