Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 3.29 KB

File metadata and controls

55 lines (40 loc) · 3.29 KB

TestOptions Class

HomePropertiesMethods

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.

Methods

Method Summary
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>)