load() public method
Loads the fixture.
The default implementation will first clean up the table by calling resetIndex(). It will then populate the index 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 index.
public void load ( ) |
---|
Please login to continue.