Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.12 KB

File metadata and controls

29 lines (15 loc) · 1.12 KB

RefactoringVerifier<TRefactoringProvider>.VerifyRefactoringAsync(RefactoringTestData, ExpectedTestState, TestOptions, CancellationToken) Method

Home

Containing Type: RefactoringVerifier<TRefactoringProvider>

Assembly: Roslynator.Testing.Common.dll

Verifies that refactoring will be applied correctly using specified TRefactoringProvider.

public System.Threading.Tasks.Task VerifyRefactoringAsync(Roslynator.Testing.RefactoringTestData data, Roslynator.Testing.ExpectedTestState expected, Roslynator.Testing.TestOptions options = null, System.Threading.CancellationToken cancellationToken = default)

Parameters

dataRefactoringTestData

expectedExpectedTestState

optionsTestOptions

cancellationTokenCancellationToken

Returns

Task