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

can_create() private méthode

private can_create ( ) : void
Résultat void
        public void can_create()
        {
            var token = new AuthenticationToken("token");

            Assert.Equal("token", token.Token);
        }