Summary
Performs the teardown.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
void PerformTeardown(Action<ITeardownContext> action, ITeardownContext teardownContext)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The action. |
| teardownContext | ITeardownContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
