Beispiel #1
0
        public void it_returns_last_build_status_for_agent(string agentName)
        {
            Build lastBuild = _client.LastBuildByAgent(agentName);

            Assert.That(lastBuild != null, "No build information found for the last build on the specified agent");
        }