A factory in charge of creating a specific TestData instance from
a TestInfo unique identifier.
author: Matt Albrecht groboclown@users.sourceforge.net since: March 17, 2002 version: $Date: 2003/02/10 22:52:13 $
createTestData(TestInfo info) Create the TestData for the specific info instance.
This should never return null.
Parameters: info - the unique identifier for the test under inspection, whichshould never be null.
Create the TestData for the specific info instance.
This should never return null.
Parameters: info - the unique identifier for the test under inspection, whichshould never be null. the new data for the given info. exception: IllegalArgumentException - if info is null.