Пример #1
0
        public void Test1(string str, bool expected)
        {
            var result = ValidateService.CodelandUsernameValidation(str);

            Assert.Equal(expected, result);
        }