Class CaptureTraceAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public sealed class CaptureTraceAttribute : BeforeAfterTestAttribute, IBeforeAfterTestAttribute
- Inheritance
-
CaptureTraceAttribute
- Implements
- Inherited Members
Methods
- Before(MethodInfo, IXunitTest)
This method is called before the test method is executed.