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

IsValidAlphaNumericWithPunctuation_ShouldBeTrue_Given1Char() 개인적인 메소드

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