CakeEngineActions.

Teardowns Property

Summary

Gets all registered teardown actions.
Namespace
Cake.Core
Containing Type
CakeEngineActions

Syntax

public List<Action<ITeardownContext>> Teardowns { get; }

Value

Type Description
List<Action<ITeardownContext>>