MSTestCompilerDiagnosticFixVerifier<TFixProvider> Class
Namespace: Roslynator.Testing.CSharp.MSTest
Assembly: Roslynator.Testing.CSharp.MSTest.dll
Represents a verifier for C# compiler diagnostics.
public abstract class MSTestCompilerDiagnosticFixVerifier<TFixProvider> : Roslynator.Testing.CSharp.CSharpCompilerDiagnosticFixVerifier<TFixProvider> where TFixProvider : Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider, new()
Type Parameters
TFixProvider
Inheritance
Object → CodeVerifier → CompilerDiagnosticFixVerifier<TFixProvider> → CSharpCompilerDiagnosticFixVerifier<TFixProvider> → MSTestCompilerDiagnosticFixVerifier<TFixProvider>
Constructors
Constructor | Summary |
---|---|
MSTestCompilerDiagnosticFixVerifier() | Initializes a new instance of MSTestCompilerDiagnosticFixVerifier<TFixProvider> |
Properties
Property | Summary |
---|---|
CommonOptions | Gets common test options. (Inherited from CSharpCompilerDiagnosticFixVerifier<TFixProvider>) |
DiagnosticId | (Inherited from CompilerDiagnosticFixVerifier<TFixProvider>) |
Options | Gets a test options. (Inherited from CSharpCompilerDiagnosticFixVerifier<TFixProvider>) |