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