@@ -41,7 +41,7 @@ public void Should_Give_Correct_Result()
41
41
var result = expandoObject . SerializeToJsonString ( ) ;
42
42
43
43
// Then
44
- result . ShouldBe ( "{\" ProviderType\" :\" providerType\" ,\" ProviderName\" :\" providerName\" ,\" Run\" :null,\" Priority\" :null,\" PriorityName\" :null,\" ProjectPath\" :null,\" ProjectName\" :null,\" FilePath\" :null,\" FileDirectory\" :null,\" FileName\" :null,\" FileLink\" :null,\" Line\" :null,\" EndLine\" :null,\" Location\" :\" \" ,\" Rule\" :null,\" RuleUrl\" :null,\" MessageText\" :\" message\" }" ) ;
44
+ result . ShouldBe ( "{\" ProviderType\" :\" providerType\" ,\" ProviderName\" :\" providerName\" ,\" Run\" :null,\" Priority\" :null,\" PriorityName\" :null,\" ProjectPath\" :null,\" ProjectName\" :null,\" FilePath\" :null,\" FileDirectory\" :null,\" FileName\" :null,\" FileLink\" :null,\" Line\" :null,\" EndLine\" :null,\" Column \" :null, \" EndColumn \" :null, \" Location\" :\" \" ,\" Rule\" :null,\" RuleUrl\" :null,\" MessageText\" :\" message\" }" ) ;
45
45
}
46
46
}
47
47
@@ -81,7 +81,7 @@ public void Should_Give_Correct_Result()
81
81
var result = expandoObjects . SerializeToJsonString ( ) ;
82
82
83
83
// Then
84
- result . ShouldBe ( "[{\" ProviderType\" :\" providerType1\" ,\" ProviderName\" :\" providerName1\" ,\" Run\" :null,\" Priority\" :null,\" PriorityName\" :null,\" ProjectPath\" :null,\" ProjectName\" :null,\" FilePath\" :null,\" FileDirectory\" :null,\" FileName\" :null,\" FileLink\" :null,\" Line\" :null,\" EndLine\" :null,\" Location\" :\" \" ,\" Rule\" :null,\" RuleUrl\" :null,\" MessageText\" :\" message1\" },{\" ProviderType\" :\" providerType1\" ,\" ProviderName\" :\" providerName1\" ,\" Run\" :null,\" Priority\" :null,\" PriorityName\" :null,\" ProjectPath\" :null,\" ProjectName\" :null,\" FilePath\" :null,\" FileDirectory\" :null,\" FileName\" :null,\" FileLink\" :null,\" Line\" :null,\" EndLine\" :null,\" Location\" :\" \" ,\" Rule\" :null,\" RuleUrl\" :null,\" MessageText\" :\" message1\" }]" ) ;
84
+ result . ShouldBe ( "[{\" ProviderType\" :\" providerType1\" ,\" ProviderName\" :\" providerName1\" ,\" Run\" :null,\" Priority\" :null,\" PriorityName\" :null,\" ProjectPath\" :null,\" ProjectName\" :null,\" FilePath\" :null,\" FileDirectory\" :null,\" FileName\" :null,\" FileLink\" :null,\" Line\" :null,\" EndLine\" :null,\" Column \" :null, \" EndColumn \" :null, \" Location\" :\" \" ,\" Rule\" :null,\" RuleUrl\" :null,\" MessageText\" :\" message1\" },{\" ProviderType\" :\" providerType1\" ,\" ProviderName\" :\" providerName1\" ,\" Run\" :null,\" Priority\" :null,\" PriorityName\" :null,\" ProjectPath\" :null,\" ProjectName\" :null,\" FilePath\" :null,\" FileDirectory\" :null,\" FileName\" :null,\" FileLink\" :null,\" Line\" :null,\" EndLine\" :null, \" Column \" :null, \" EndColumn \" :null,\" Location\" :\" \" ,\" Rule\" :null,\" RuleUrl\" :null,\" MessageText\" :\" message1\" }]" ) ;
85
85
}
86
86
}
87
87
}
0 commit comments