Method HandleTestCollectionStarting
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
HandleTestCollectionStarting(MessageHandlerArgs<ITestCollectionStarting>)
Called when ITestCollectionStarting is raised.
protected virtual void HandleTestCollectionStarting(MessageHandlerArgs<ITestCollectionStarting> args)
Parameters
argsAn object that contains the event data.