TestExecutor.

Use(Func<TestGroupDelegate, TestGroupDelegate>) Method

Namespace
Xenial.Delicious.Execution
Containing Type
TestExecutor

Syntax

public TestExecutor Use(Func<TestGroupDelegate, TestGroupDelegate> middleware)

Parameters

Name Type Description
middleware Func<TestGroupDelegate, TestGroupDelegate>

Return Value

Type Description
TestExecutor