Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.01 KB

File metadata and controls

44 lines (29 loc) · 2.01 KB

ExpectedTestState Class

HomeConstructorsPropertiesMethods

Namespace: Roslynator.Testing

Assembly: Roslynator.Testing.Common.dll

Represents expected test data.

public sealed class ExpectedTestState

Inheritance

Object → ExpectedTestState

Constructors

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

Properties

Property Summary
AlwaysVerifyAnnotations Gets annotations that should be always verified.
Annotations Gets expected annotations.
CodeActionTitle Gets expected code action's title.
Source Gets expected source code.

Methods

Method Summary
Equals(Object) (Inherited from Object)
GetHashCode() (Inherited from Object)
GetType() (Inherited from Object)
MemberwiseClone() (Inherited from Object)
ToString() (Inherited from Object)