assertTrue("ComplexReturn's array should contain 2 items",
2 == mockTests.length);
for(int x = 0; x < mockTests.length; x++)
{
System.err.println(mockTests[x]);
MockTest test = mockTests[x];
assertNotNull("MockTest should not be null", test);
}
// assertTrue("Result of runPullCallbackTest() invocation of bar.",
// "foo".equals(ret));