MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsExpected­End­Of­Line
Open sandboxFocus

TestOptions.ExpectedEndOfLine Property

ExpectedEndOfLine

Gets or sets a value indicating which end-of-line sequence is expected. To set this option in a test, add this comment to your test file: // @ExpectedEndOfLine(eol) where EOL is CR, LF or CRLF.

Declaration
public string ExpectedEndOfLine { get; set; }
Property Value
Type Description
String