Exemple #1
0
        public async Task TestGetUnauthorizedSession()
        {
            SessionType session = await serverProxy.GetUnauthorizedSession();

            Assert.AreEqual(30, session.getSessionKey().Length);
        }