Tasty.

BeforeEach(Func<Task>) Method

Summary

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

Syntax

public static void BeforeEach(Func<Task> action)

Parameters

Name Type Description
action Func<Task> The action.

Return Value

Type Description
void