load() public method
Loads the fixture.
This method is called before performing every test method. You should override this method with concrete implementation about how to set up the fixture.
public void load ( ) |
---|
load() public method
Loads the fixture.
This method is called before performing every test method. You should override this method with concrete implementation about how to set up the fixture.
public void load ( ) |
---|
Please login to continue.