TearDown method
Tears down the fixture, for example, close a network connection.

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

Implementation

procedure TTestCase.TearDown;
begin
End;


HTML generated by Time2HELP
http://www.time2help.com