Esempio n. 1
0
 public void Setup()
 {
     _jsonMatcher = new PartialJsonMatching();
 }
Esempio n. 2
0
 public CompareJsonStrings()
 {
     _jsonMatcher = new PartialJsonMatching();
 }