BudgetAnalyser.Engine.UnitTest.Encryption.EncryptedLocalDiskReaderWriterTest.IsValidAlphaNumericWithPunctuation_ShouldBeTrue_GivenEmpty C# (CSharp) 메소드

IsValidAlphaNumericWithPunctuation_ShouldBeTrue_GivenEmpty() 개인적인 메소드

        public void IsValidAlphaNumericWithPunctuation_ShouldBeTrue_GivenEmpty()
        {
            var result = this.subject.IsValidAlphaNumericWithPunctuation("");
            Assert.IsTrue(result);
        }