Example #1
0
        public static CommitInfo ShouldBeFilled(this CommitInfo commitInfo)
        {
            commitInfo.ShouldNotBeNull();
            commitInfo.hash.ShouldNotBeNull();
            commitInfo.links.ShouldBeFilled();

            return(commitInfo);
        }