Subscriber portal
Sets up the test environment for the test case.
public void setUpTestCase()
This method is invoked before any of the test methods are executed. The tearDownTestCase method is invoked after all test methods have run.