AK.F1.Timing.Live.LiveMessageReaderTest.ctor_throws_if_decrypter_factory_is_null C# (CSharp) 메소드

ctor_throws_if_decrypter_factory_is_null() 개인적인 메소드

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