コード例 #1
0
ファイル: ApplyCommandTest.cs プロジェクト: red-gate/ngit
 private ApplyResult Init(string name, bool preExists = true, bool postExists = true)
 {
     m_PatchApplicationTester = new PatchApplicationTester(db, m_UseCrlfPatches, m_UseCrlfFiles);
     return m_PatchApplicationTester.Init(name, preExists, postExists);
 }
コード例 #2
0
 private ApplyResult Init()
 {
     m_PatchApplicationTester = new PatchApplicationTester(db);
     return m_PatchApplicationTester.Init("FileCasing");
 }