Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.5 KB

File metadata and controls

46 lines (29 loc) · 2.5 KB

CompilerDiagnosticFixVerifier<TFixProvider> Class

HomePropertiesMethods

Namespace: Roslynator.Testing

Assembly: Roslynator.Testing.Common.dll

Represents a verifier for compiler diagnostic.

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

Type Parameters

TFixProvider

Inheritance

ObjectCodeVerifier → CompilerDiagnosticFixVerifier<TFixProvider>

Derived

Properties

Property Summary
CommonOptions Gets a common code verification options. (Inherited from CodeVerifier)
Options Gets a code verification options. (Inherited from CodeVerifier)

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.
VerifyNoFixAsync(CompilerDiagnosticFixTestData, TestOptions, CancellationToken) Verifies that specified source will not produce compiler diagnostic.