Example #1
0
        public void FormattedShouldReturnEmptyWhenInvalid()
        {
            var phone           = new HomePhone("31338724825");
            var formattedNumber = phone.Formatted();

            Assert.IsTrue(string.IsNullOrEmpty(formattedNumber));
        }