offspringArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, offspringArguments,
TInspectorCluster.OFFSPRING_BOOLEAN);
statement = new Statement(new CharacterInspector(), "visit",
ancestorArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, ancestorArguments,
TInspectorCluster.ANCESTOR_CHARACTER);
statement = new Statement(new CharacterInspector(), "visit",
offspringArguments);
statement.execute();
TInspectorCluster.assertMethodCalled(methodName, offspringArguments,
TInspectorCluster.OFFSPRING_CHARACTER);