System.Diagnostics.Tests.DebugTests.WriteLogger.ShowAssertDialog C# (CSharp) Method

ShowAssertDialog() public method

public ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
stackTrace string
message string
detailMessage string
return void
            public void ShowAssertDialog(string stackTrace, string message, string detailMessage)
            {
                AssertUIOutput += stackTrace + message + detailMessage;
            }