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