示例#1
0
        public void ShouldGetCurrentGitLabUser()
        {
            var currentUser = _target.GetCurrentUser();

            currentUser.Should().NotBeNull();
        }
        public void ShouldGetUserNameFromTfs()
        {
            var userInfo = _target.GetCurrentUser();

            userInfo.Should().NotBeNull();
        }