AK.F1.Timing.Live.LiveMessageReaderTest.ctor_throws_if_decrypter_factory_is_null C# (CSharp) Method

ctor_throws_if_decrypter_factory_is_null() private method

private ctor_throws_if_decrypter_factory_is_null ( ) : void
return void
        public void ctor_throws_if_decrypter_factory_is_null()
        {
            Assert.Throws<ArgumentNullException>(() => { new LiveMessageReader(new Mock<IMessageStreamEndpoint>().Object, null); });
        }