Base:
73 references to ToString
Microsoft.Build.Engine.UnitTests (73)
ConsoleLogger_Tests.cs (73)
107return sc.ToString(); 183sc.ToString().ShouldContain("XXX:"); 222sc.ToString().ShouldContain("source_of_warning : warning : Hello from project 1 [" + project.ProjectFile + "::Number=1]"); 223sc.ToString().ShouldContain("source_of_warning : warning : Hello from project 2 [" + project.ProjectFile + "::Number=2]"); 263sc.ToString().ShouldContain("source_of_error : error : Hello from project 1 [" + project.ProjectFile + "::Number=1]"); 264sc.ToString().ShouldContain("source_of_error : error : Hello from project 2 [" + project.ProjectFile + "::Number=2]"); 315string output = sc.ToString(); 338var text = sc.ToString(); 353string log = sc.ToString(); 370sc.ToString().ShouldNotContain("YYY:"); 392sc.ToString().ShouldContain(targetStartedMessage); 416sc.ToString().ShouldContain(command); 423sc.ToString().ShouldContain(command); 430sc.ToString().ShouldNotContain(command); 437sc.ToString().ShouldNotContain(command); 444sc.ToString().ShouldContain(command); 630console.ToString().ShouldBe(message + Environment.NewLine); 634console.ToString().ShouldBeEmpty(); 691console.ToString().ShouldMatch($@"<{expectedColor}><cyan>\d\d:\d\d:\d\d\.\d\d\d\s+\d+><reset color>{Regex.Escape(file)}\({lineNumber}\): {subcategory} {expectedMessageType} {code}: {message} \(TaskId:\d+\){Environment.NewLine}<reset color>"); 695console.ToString().ShouldMatch($@"<cyan>\d\d:\d\d:\d\d\.\d\d\d\s+\d+><reset color><{expectedColor}>{Regex.Escape(file)}\({lineNumber}\): {subcategory} {expectedMessageType} {code}: {message}{Environment.NewLine}<reset color>"); 702console.ToString().ShouldMatch($@"<{expectedColor}>{Regex.Escape(file)}\({lineNumber}\): {subcategory} {expectedMessageType} {code}: {message}{Environment.NewLine}<reset color>"); 757sc.ToString().ShouldBeEmpty(); 814_output.WriteLine(sc.ToString()); 819sc.ToString().ShouldBe( 828sc.ToString().ShouldBe("<red>file.vb(42): VBC error 31415: Some long message" + Environment.NewLine + "<reset color>"); 891_output.WriteLine(sc.ToString()); 896sc.ToString().ShouldBe( 905sc.ToString().ShouldBe("<yellow>file.vb(42): VBC warning 31415: Some long message" + Environment.NewLine + "<reset color>"); 963sc.ToString().ShouldBeEmpty(); 1023_output.WriteLine(sc.ToString()); 1028sc.ToString().ShouldBe( 1037sc.ToString().ShouldBe("<red>file.vb(42): VBC error 31415: Some long message" + Environment.NewLine + "<reset color>"); 1099_output.WriteLine(sc.ToString()); 1104sc.ToString().ShouldBe( 1113sc.ToString().ShouldBe("<yellow>file.vb(42): VBC warning 31415: Some long message" + Environment.NewLine + "<reset color>"); 1175_output.WriteLine(sc.ToString()); 1180sc.ToString().ShouldBe( 1189sc.ToString().ShouldBe("<yellow>file.vb(42): VBC warning 31415: Some long message" + Environment.NewLine + "<reset color>"); 1267sc.ToString().ShouldBeEmpty(); 1275sc.ToString().ShouldBe( 1303sc.ToString().ShouldBe("<cyan>" + BaseConsoleLogger.projectSeparatorLine + Environment.NewLine + 1311sc.ToString().ShouldBeEmpty(); 1318sc.ToString().ShouldBe( 1330sc.ToString().ShouldBeEmpty(); 1336sc.ToString().ShouldBeEmpty(); 1342sc.ToString().ShouldBeEmpty(); 1348sc.ToString().ShouldStartWith("<green>" + Environment.NewLine + "bf" + 1377sc.ToString().ShouldBe($"msg{Environment.NewLine}"); 1394sc.ToString().ShouldContain("msg"); 1411sc.ToString().ShouldBeEmpty(); 1445string log = sc.ToString(); 1628string log = sc.ToString(); 1706string log = sc.ToString(); 1777string log = sc.ToString(); 1811string log = sc.ToString(); 1973string actualLog = sc.ToString(); 1976_output.WriteLine(sc.ToString()); 1995actualLog = sc.ToString(); 1998_output.WriteLine(sc.ToString()); 2063string actualLog = sc.ToString(); 2066_output.WriteLine(sc.ToString()); 2086actualLog = sc.ToString(); 2089_output.WriteLine(sc.ToString()); 2200string actualLog = sc.ToString(); 2203_output.WriteLine(sc.ToString()); 2223actualLog = sc.ToString(); 2226_output.WriteLine(sc.ToString()); 2252string actualLog = sc.ToString(); 2266actualLog = sc.ToString(); 2283actualLog = sc.ToString(); 2322string actualLog = sc.ToString(); 2366string actualLog = sc.ToString(); 2425string actualLog = sc.ToString();