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
argsAn object that contains the event data.