AK.F1.Timing.Live.Encryption.AuthenticationTokenTest.ctor_throws_if_token_is_null C# (CSharp) Method

ctor_throws_if_token_is_null() private method

private ctor_throws_if_token_is_null ( ) : void
return void
        public void ctor_throws_if_token_is_null()
        {
            Assert.Throws<ArgumentNullException>(() => new AuthenticationToken(null));
        }