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

ctor_throws_if_token_is_empty() private method

private ctor_throws_if_token_is_empty ( ) : void
return void
        public void ctor_throws_if_token_is_empty()
        {
            Assert.Throws<ArgumentException>(() => new AuthenticationToken(string.Empty));
        }