BudgetAnalyser.Engine.UnitTest.Encryption.EncryptedLocalDiskReaderWriterTest.IsValidAlphaNumericWithPunctuation_ShouldBeFalse_GivenNull C# (CSharp) Method

IsValidAlphaNumericWithPunctuation_ShouldBeFalse_GivenNull() private method

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