示例#1
0
 public void Setup()
 {
     _jsonMatcher = new PartialJsonMatching();
 }
示例#2
0
 public CompareJsonStrings()
 {
     _jsonMatcher = new PartialJsonMatching();
 }