TearDown method |
Applies to
TTestCase
Declaration
Procedure TearDown;
Description
This method is called after each test in this TTestCase is executed. Override this method to de-allocate any resources allocated by SetUp.
See Also
procedure TTestCase.TearDown; begin End; |
|