| Create a new instance of the interface type for testing through
an InterfaceTest.
As of 21-Oct-2002, this method can raise any exception, and it will be
correctly caught and reported as a failure by the
InterfaceTestCase.createImplObject() method, so that the
creation method can simplify its logic, and add any kind of
initialization without having to worry about the correct way to
handle exceptions.
a new instance of the expected type that the correspondingInterfaceTestCase(s) cover. exception: Exception - thrown under any unexpected condition thatresults in the failure to properly create the instance. since: October 21, 2002: Since this date, this method can now throw since: exceptions to make creation a bit easier on us. |