-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEDisabled TestFlakyResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedTestTest failures in roslyn-CITest failures in roslyn-CI
Milestone
Description
MESSAGE:
Assert.Contains() Failure\r\nNot found: public static int? Param { get => param; set => param = value; }\r\nIn value: \r\nnamespace myNamespace\r\n{\r\n class Program\r\n {\r\n private static int? param = 0;\r\n static void Main(string[] args)\r\n {\r\n param = 80;\r\n }\r\n }\r\n}
+++++++++++++++++++
STACK TRACE:
at Microsoft.VisualStudio.IntegrationTest.Utilities.OutOfProcess.Editor_OutOfProc.Verifier.TextContains(String expectedText, Boolean assertCaretPosition) at Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpEncapsulateField.EncapsulateThroughCommand() in q:\roslyn\src\VisualStudio\IntegrationTest\IntegrationTests\CSharp\CSharpEncapsulateField.cs:line 47
Metadata
Metadata
Assignees
Labels
Area-IDEDisabled TestFlakyResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedTestTest failures in roslyn-CITest failures in roslyn-CI