Method SetTestPipelineStartup
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
SetTestPipelineStartup(ITestPipelineStartup)
Will be invoked by the test pipeline when the user has provided a startup class. Test frameworks may choose to use this in any way they see fit.
void SetTestPipelineStartup(ITestPipelineStartup pipelineStartup)
Parameters
pipelineStartup