TestOptions Class
Namespace: Roslynator.Testing
Assembly: Roslynator.Testing.Common.dll
Represents options for a code verifier.
public abstract class TestOptions
Inheritance
Object → TestOptions
Derived
Properties
Property | Summary |
---|---|
AllowedCompilerDiagnosticIds | Gets a collection of compiler diagnostic IDs. |
AllowedCompilerDiagnosticSeverity | Gets a maximal allowed compiler diagnostic severity. |
CommonCompilationOptions | Gets a common compilation options. |
CommonParseOptions | Gets a common parse options. |
CompilationOptions | Gets a compilation options that should be used to compile test project. |
ConfigOptions | Gets a collection of config options. |
Language | Gets a programming language identifier. |
MetadataReferences | Gets metadata references of a test project. |
ParseOptions | Gets a parse options that should be used to parse tested source code. |