Exemple #1
0
        public void GetNotEmptyString_WhenNotEmpty_ReturnsTrue()
        {
            string expected = "Not empty string";

            Assert.Equal(expected, reader.GetNotEmptyString(expected + "              \n\n\n"));
        }