6 references to AssertJson
Microsoft.CodeAnalysis.Rebuild.UnitTests (6)
BasicDeterministicKeyBuilderTests.cs (2)
303
AssertJson
(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions");
420
AssertJson
(expected, json, "toolsVersions", "references", "extensions");
CSharpDeterministicKeyBuilderTests.cs (3)
228
AssertJson
($@"
487
AssertJson
(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions");
579
AssertJson
(expected, json, "toolsVersions", "references", "extensions");
DeterministicKeyBuilderTests.cs (1)
45
string actual) =>
AssertJson
(expected, actual, "references", "extensions");