Table of Contents

Method PostInvoke

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

PostInvoke(TContext)

Override this method to call code just after the test invocation has completed, but before the test class instance has been disposed.

protected virtual void PostInvoke(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test