CompilerDiagnosticFixVerifier.VerifyNoFixAsync Method
Containing Type: CompilerDiagnosticFixVerifier<TFixProvider>
Assembly: Roslynator.Testing.Common.dll
Overloads
Method | Summary |
---|---|
VerifyNoFixAsync(CompilerDiagnosticFixTestData, TestOptions, CancellationToken) | Verifies that specified source will not produce compiler diagnostic. |
VerifyNoFixAsync(String, IEnumerable<String>, String, TestOptions, CancellationToken) | Verifies that specified source will not produce compiler diagnostic. |
VerifyNoFixAsync(CompilerDiagnosticFixTestData, TestOptions, CancellationToken)
Verifies that specified source will not produce compiler diagnostic.
public System.Threading.Tasks.Task VerifyNoFixAsync(Roslynator.Testing.CompilerDiagnosticFixTestData data, Roslynator.Testing.TestOptions? options = null, System.Threading.CancellationToken cancellationToken = default)
Parameters
data CompilerDiagnosticFixTestData
options TestOptions
cancellationToken CancellationToken
Returns
VerifyNoFixAsync(String, IEnumerable<String>, String, TestOptions, CancellationToken)
Verifies that specified source will not produce compiler diagnostic.
public System.Threading.Tasks.Task VerifyNoFixAsync(string source, System.Collections.Generic.IEnumerable<string>? additionalFiles = null, string? equivalenceKey = null, Roslynator.Testing.TestOptions? options = null, System.Threading.CancellationToken cancellationToken = default)
Parameters
source String
additionalFiles IEnumerable<String>
equivalenceKey String
options TestOptions
cancellationToken CancellationToken