Class CecilSourceInformationProvider
- Namespace
- Xunit
- Assembly
- xunit.v3.runner.common.dll
An implementation of ISourceInformationProvider backed by Mono.Cecil.
public sealed class CecilSourceInformationProvider : ISourceInformationProvider, IAsyncDisposable
- Inheritance
-
CecilSourceInformationProvider
- Implements
- Inherited Members
Methods
- Create(string?)
Creates a source provider for the given test assembly.
- DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
- GetSourceInformation(string?, string?)
Returns the source information for a test case.