Example #1
0
        public void GetVoiceName_Success()
        {
            WebCallResult res = _tempUser.GetVoiceName("temp.wav");

            Assert.IsFalse(res.Success, "Newly created user should have no voice name, fetch should fail");
        }