CodeVerifier Class
Namespace: Roslynator.Testing
Assembly: Roslynator.Testing.Common.dll
Represents base type for verifying a diagnostic, a code fix and a refactoring.
public abstract class CodeVerifier
Inheritance
Object → CodeVerifier
Derived
- CompilerDiagnosticFixVerifier<TFixProvider>
- DiagnosticVerifier<TAnalyzer, TFixProvider>
- RefactoringVerifier<TRefactoringProvider>
Properties
Property | Summary |
---|---|
CommonOptions | Gets a common code verification options. |
Options | Gets a code verification 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) |