Skip to content

implement empty UserInformation proper support  #4

@jersson

Description

@jersson
        [Fact]
        public void ValidateEmptyUserInformation()
        {
            //Given
            var userInformation = new UserInformation {
                Login = "",
                FullName = "",
                Company = "",
                Blog = "",
                Twitter = "",
                GitHubPage = "",
                PublicRepos = "",
                CreationDate = "",
                LastUpdate = "",
            };

            //When
            var result = userInformation.ToString();

            //Then
            Assert.Empty(result);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions