Skip to main content

ExpectedTestState Class

Namespace: Roslynator.Testing

Assembly: Roslynator.Testing.Common.dll

Represents expected test data.

public sealed class ExpectedTestState

Inheritance

Object ExpectedTestState

Constructors

ConstructorSummary
ExpectedTestState(String, String, IEnumerable<(String, TextSpan)>, IEnumerable<String>)Initializes a new instance of ExpectedTestState.

Properties

PropertySummary
AlwaysVerifyAnnotationsGets annotations that should be always verified.
AnnotationsGets expected annotations.
CodeActionTitleGets expected code action's title.
SourceGets expected source code.

Methods

MethodSummary
Equals(Object)(Inherited from Object)
GetHashCode()(Inherited from Object)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from Object)