Tasty.

BeforeEach(Action) 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(Action action)

Parameters

Name Type Description
action Action The action.

Return Value

Type Description
void