Table of Contents

Method HandleTestCollectionFinished

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

HandleTestCollectionFinished(MessageHandlerArgs<ITestCollectionFinished>)

Called when ITestCollectionFinished is raised.

protected virtual void HandleTestCollectionFinished(MessageHandlerArgs<ITestCollectionFinished> args)

Parameters

args

An object that contains the event data.