Skip to main content

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

PropertySummary
AllowedCompilerDiagnosticIdsGets a collection of compiler diagnostic IDs.
AllowedCompilerDiagnosticSeverityGets a maximal allowed compiler diagnostic severity.
CommonCompilationOptionsGets a common compilation options.
CommonParseOptionsGets a common parse options.
CompilationOptionsGets a compilation options that should be used to compile test project.
ConfigOptionsGets a collection of config options.
LanguageGets a programming language identifier.
MetadataReferencesGets metadata references of a test project.
ParseOptionsGets a parse options that should be used to parse tested source code.

Methods

MethodSummary
CommonWithAllowedCompilerDiagnosticIds(IEnumerable<String>)
CommonWithAllowedCompilerDiagnosticSeverity(DiagnosticSeverity)
CommonWithConfigOptions(IEnumerable<KeyValuePair<String, String>>)
CommonWithMetadataReferences(IEnumerable<MetadataReference>)
Equals(Object)(Inherited from Object)
GetHashCode()(Inherited from Object)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from Object)
WithAllowedCompilerDiagnosticIds(IEnumerable<String>)
WithAllowedCompilerDiagnosticSeverity(DiagnosticSeverity)
WithConfigOptions(IEnumerable<KeyValuePair<String, String>>)
WithMetadataReferences(IEnumerable<MetadataReference>)