Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 3.43 KB

File metadata and controls

48 lines (31 loc) · 3.43 KB

MSTestCompilerDiagnosticFixVerifier<TFixProvider> Class

HomeConstructorsPropertiesMethods

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

ObjectCodeVerifierCompilerDiagnosticFixVerifier<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>)
Options Gets a test options. (Inherited from CSharpCompilerDiagnosticFixVerifier<TFixProvider>)

Methods

Method Summary
Equals(Object) (Inherited from Object)
GetHashCode() (Inherited from Object)
GetType() (Inherited from Object)
MemberwiseClone() (Inherited from Object)
ToString() (Inherited from Object)
VerifyFixAsync(CompilerDiagnosticFixTestData, ExpectedTestState, TestOptions, CancellationToken) Verifies that specified source will produce compiler diagnostic. (Inherited from CompilerDiagnosticFixVerifier<TFixProvider>)
VerifyNoFixAsync(CompilerDiagnosticFixTestData, TestOptions, CancellationToken) Verifies that specified source will not produce compiler diagnostic. (Inherited from CompilerDiagnosticFixVerifier<TFixProvider>)