Beispiel #1
0
        public void GetMirrorsTestSuccesfull()
        {
            WebInterface          target     = new WebInterface(apiKey);
            Task <List <Mirror> > taskResult = target.GetMirrors();

            List <Mirror> result = taskResult.Result;

            Assert.True(result.Count > 0);
        }