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

CSharpRefactoringVerifier<TRefactoringProvider> Class

HomePropertiesMethods

Namespace: Roslynator.Testing.CSharp

Assembly: Roslynator.Testing.CSharp.dll

Represents verifier for a C# code refactoring.

public abstract class CSharpRefactoringVerifier<TRefactoringProvider> : Roslynator.Testing.RefactoringVerifier<TRefactoringProvider> where TRefactoringProvider : Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringProvider, new()

Type Parameters

TRefactoringProvider

Inheritance

ObjectCodeVerifierRefactoringVerifier<TRefactoringProvider> → CSharpRefactoringVerifier<TRefactoringProvider>

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)
VerifyNoRefactoringAsync(RefactoringTestData, TestOptions, CancellationToken) Verifies that refactoring will not be applied using specified TRefactoringProvider. (Inherited from RefactoringVerifier<TRefactoringProvider>)
VerifyRefactoringAsync(RefactoringTestData, ExpectedTestState, TestOptions, CancellationToken) Verifies that refactoring will be applied correctly using specified TRefactoringProvider. (Inherited from RefactoringVerifier<TRefactoringProvider>)