Table of Contents

Method SetTestContext

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

SetTestContext(TContext, TestEngineStatus)

Sets the current TestContext for the current test assembly and the given test assembly status.

protected virtual void SetTestContext(TContext ctxt, TestEngineStatus testAssemblyStatus)

Parameters

ctxt TContext

The context that describes the current test assembly

testAssemblyStatus

The current test assembly status.