load() public method
Loads the fixture.
The default implementation will first clean up the table by calling resetTable(). It will then populate the table with the data returned by getData().
If you override this method, you should consider calling the parent implementation so that the data returned by getData() can be populated into the table.
public void load ( ) |
---|
Please login to continue.