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

can_create() private method

private can_create ( ) : void
return void
        public void can_create()
        {
            var token = new AuthenticationToken("token");

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