示例#1
0
 public void GetCurrentChangesCmd(string expected, string fileName, [CanBeNull] string oldFileName, bool staged,
                                  string extraDiffArguments, bool noLocks)
 {
     Assert.AreEqual(expected, _gitModule.GetCurrentChangesCmd(fileName, oldFileName, staged,
                                                               extraDiffArguments, noLocks).ToString());
 }