The Finishing event is raised when the test step
is finishing to perform resource reclamation or other updates.
Namespace:
Gallio.Model.ContextsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
event EventHandler Finishing |
| Visual Basic (Declaration) |
|---|
Event Finishing As EventHandler |
Remarks
Clients may attach handlers to this event to perform cleanup activities and other tasks as needed. If a new event handler is added and the step has already finished, the handler is immediately invoked.
