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

IsValidAlphaNumericWithPunctuation_ShouldBeTrue_GivenEmpty() private method

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