6 references to AssertJson
Microsoft.CodeAnalysis.Rebuild.UnitTests (6)
BasicDeterministicKeyBuilderTests.cs (2)
294
AssertJson
(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions");
417
AssertJson
(expected, json, "toolsVersions", "references", "extensions");
CSharpDeterministicKeyBuilderTests.cs (3)
224
AssertJson
($@"
485
AssertJson
(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions");
586
AssertJson
(expected, json, "toolsVersions", "references", "extensions");
DeterministicKeyBuilderTests.cs (1)
47
string actual) =>
AssertJson
(expected, actual, "references", "extensions");