Method AddAction
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
AddAction(Action)
Add an action to the list of things to be done during disposal.
public void AddAction(Action cleanupAction)
Parameters
cleanupActionActionThe cleanup action.
Add an action to the list of things to be done during disposal.
public void AddAction(Action cleanupAction)
cleanupAction ActionThe cleanup action.