MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsAdd­Html­Titles
Open sandboxFocus

TestOptions.AddHtmlTitles Property

AddHtmlTitles

Gets or sets a value indicating whether titles (tooltips) should be added to HTML files. To enable this option in a test, add this comment to your test file: // @AddHtmlTitles.

Declaration
public Nullable<bool> AddHtmlTitles { get; set; }
Property Value
Type Description
Nullable<Boolean>