예제 #1
0
        public void Next_ReturnsEmptyString()
        {
            DefaultStringSource source = new DefaultStringSource();
            string value = source.Next(null);

            Assert.AreEqual("", value);
        }
 public void Next_ReturnsEmptyString()
 {
     DefaultStringSource source = new DefaultStringSource();
     string value = source.Next(null);
     Assert.AreEqual("", value);
 }