Tasty.

AfterEach(Action) Method

Summary

Add a callback that runs after each TestCase and each TestGroup in this scope
Namespace
Xenial
Containing Type
Tasty

Syntax

public static void AfterEach(Action action)

Parameters

Name Type Description
action Action The action.

Return Value

Type Description
void