This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mergetool "semanticmerge"] | |
keepBackup = false | |
trustExitCode = false | |
path = C:/Users/Dennis/AppData/Local/PlasticSCM4/semanticmerge/semanticmergetool.exe | |
cmd = \"C:/Users/Dennis/AppData/Local/PlasticSCM4/semanticmerge/semanticmergetool.exe\" --base=\"$BASE\" --destination=\"$LOCAL\" --source=\"$REMOTE\" --result=\"$MERGED\" -l=csharp -emt=default -edt=default | |
[difftool "semanticmerge"] | |
path = C:/Users/Dennis/AppData/Local/PlasticSCM4/semanticmerge/mergetool.exe | |
cmd = C:/Users/Dennis/AppData/Local/PlasticSCM4/semanticmerge/mergetool.exe -s=\"$LOCAL\" -d=\"$REMOTE\" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TestMethod] | |
public void When_a_nested_collection_is_unordered_but_order_is_strict_it_should_fail() | |
{ | |
//----------------------------------------------------------------------------------------------------------- | |
// Arrange | |
//----------------------------------------------------------------------------------------------------------- | |
var subject = new[] | |
{ | |
new | |
{ |
NewerOlder