Beispiel #1
0
        public void it_returns_all_agents()
        {
            List <Agent> agents = _client.AllAgents();

            Assert.That(agents.Any(), "No agents were found");
        }