Tests.EncryptExceptionTests.EncryptionInvalidInputFileNameTest C# (CSharp) Method

EncryptionInvalidInputFileNameTest() private method

private EncryptionInvalidInputFileNameTest ( ) : void
return void
		public void EncryptionInvalidInputFileNameTest()
		{
			//Currently no test, because the path will be too long.
			//Just pass this. :)
			Assert.Throws<ArgumentOutOfRangeException>(
				() => { throw new ArgumentOutOfRangeException("badtest"); });
		}