init
public void init()
throws java.lang.Exception
Initialize the test case. This is a concrete method that does
nothing. It is not requires that this method be overridden, but
any test that is more than a few lines should do so to
distinguish between the initialization and execution phases
of the test. It also allows local classes to be created
that override init() to create an object or set of objects
that will be used in multiple tests.
- Overrides:
init
in class TestCase
- Throws:
java.lang.Exception