Table of Contents

Method HandleTestCaseStarting

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

HandleTestCaseStarting(MessageHandlerArgs<ITestCaseStarting>)

Called when ITestCaseStarting is raised.

protected virtual void HandleTestCaseStarting(MessageHandlerArgs<ITestCaseStarting> args)

Parameters

args

An object that contains the event data.