Skip to main content

Roslynator.Testing Namespace

Containing Namespace: Roslynator

Classes

ClassSummary
CodeVerifierRepresents base type for verifying a diagnostic, a code fix and a refactoring.
CompilerDiagnosticFixTestDataRepresents test data for a compiler diagnostic fix.
CompilerDiagnosticFixVerifier<TFixProvider>Represents a verifier for compiler diagnostic.
DiagnosticTestDataRepresents test data for a diagnostic and its fix.
DiagnosticVerifier<TAnalyzer, TFixProvider>Represents verifier for a diagnostic that is produced by DiagnosticAnalyzer.
EmptyCodeFixProviderRepresents code fix provider that does not provide any code fixes. Use this code fix provider in DiagnosticVerifier<TAnalyzer, TFixProvider> when testing analyzers that do not provide any code fixes.
ExpectedTestStateRepresents expected test data.
RefactoringTestDataGets test data for a code refactoring.
RefactoringVerifier<TRefactoringProvider>Represents verifier for a code refactoring.
TestOptionsRepresents options for a code verifier.

Structs

StructSummary
AdditionalFileRepresents additional code file.
TestCodeRepresents a source code to be tested.