DiagnosticVerifier<TAnalyzer, TFixProvider> Class
Namespace: Roslynator.Testing
Assembly: Roslynator.Testing.Common.dll
Represents verifier for a diagnostic that is produced by DiagnosticAnalyzer.
public abstract class DiagnosticVerifier<TAnalyzer, TFixProvider> : Roslynator.Testing.CodeVerifier
where TAnalyzer : Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer, new()
where TFixProvider : Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider, new()
Type Parameters
TAnalyzer
TFixProvider
Inheritance
Object → CodeVerifier → DiagnosticVerifier<TAnalyzer, TFixProvider>
Derived
Properties
Property | Summary |
---|---|
CommonOptions | Gets a common code verification options. (Inherited from CodeVerifier) |
Descriptor | |
Options | Gets a code verification options. (Inherited from CodeVerifier) |