Table of Contents

Method PreInvoke

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

PreInvoke(TContext)

Override this method to call code just after the test class instance has been created, but before the test has been invoked.

protected override void PreInvoke(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test