Example #1
0
        //Helper methods
        public void SetUpNGit()
        {
            TmRest.TBot_Run("Git");// trigger unpack of NGit and Sharpen dlls
            var fluentSharpGit = new O2.FluentSharp.API_NGit();

            Assert.NotNull(fluentSharpGit, "fluentSharpGit was null");
        }
Example #2
0
 //Helper methods
 public void SetUpNGit()
 {
     TmRest.TBot_Run("Git");// trigger unpack of NGit and Sharpen dlls
     var fluentSharpGit = new O2.FluentSharp.API_NGit();
     Assert.NotNull(fluentSharpGit, "fluentSharpGit was null");
 }