-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
[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
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request