AK.F1.Timing.Live.Encryption.AuthenticationTokenTest.ctor_throws_if_token_is_empty C# (CSharp) Méthode

ctor_throws_if_token_is_empty() private méthode

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