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

IsValidAlphaNumericWithPunctuation_ShouldBeFalse_GivenNull() private méthode

        public void IsValidAlphaNumericWithPunctuation_ShouldBeFalse_GivenNull()
        {
            var result = this.subject.IsValidAlphaNumericWithPunctuation(null);
            Assert.IsFalse(result);
        }