BudgetAnalyser.Engine.UnitTest.Encryption.EncryptedLocalDiskReaderWriterTest.IsValidAlphaNumericWithPunctuation_ShouldBeTrue_Given1Char C# (CSharp) Méthode

IsValidAlphaNumericWithPunctuation_ShouldBeTrue_Given1Char() private méthode

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