コード例 #1
0
        public void Setup()
        {
            repo = Util.InitTestRepo();

            readmePath = Util.GetFullPath(Util.TEST_REPO_DIR, "README.md");

            git = new Git(Util.GetFullPath("test_repo"));
        }
コード例 #2
0
        public void Setup()
        {
            author    = Util.InitSignature();
            committer = author;

            repo       = Util.InitTestRepo();
            readmePath = Util.GetFullPath(Util.TEST_REPO_DIR, "README.md");
        }
コード例 #3
0
        public void Setup()
        {
            repo = Util.InitTestRepo();

            git = new Git(Util.GetFullPath("test_repo"));
        }