Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.98 KB

File metadata and controls

47 lines (30 loc) · 2.98 KB

CSharpCompilerDiagnosticFixVerifier<TFixProvider> Class

HomePropertiesMethods

Namespace: Roslynator.Testing.CSharp

Assembly: Roslynator.Testing.CSharp.dll

Represents a verifier for C# compiler diagnostics.

public abstract class CSharpCompilerDiagnosticFixVerifier<TFixProvider> : Roslynator.Testing.CompilerDiagnosticFixVerifier<TFixProvider> where TFixProvider : Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider, new()

Type Parameters

TFixProvider

Inheritance

ObjectCodeVerifierCompilerDiagnosticFixVerifier<TFixProvider> → CSharpCompilerDiagnosticFixVerifier<TFixProvider>

Derived

Properties

Property Summary
CommonOptions Gets common test options. (Overrides CodeVerifier.CommonOptions)
Options Gets a test options.

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>)