TestExecutionContext.

TestExecutionContext(TestCase, TastyScope, TestGroup?) Constructor

Syntax

public TestExecutionContext(TestCase currentCase, TastyScope currentScope, TestGroup? currentGroup)

Parameters

Name Type Description
currentCase TestCase
currentScope TastyScope
currentGroup TestGroup?

Return Value

Type Description
void