コード例 #1
0
 public void AbortBuildIsNotImplemented()
 {
     var client = new TestClient();
     Assert.Throws<NotImplementedException>(() => client.AbortBuild("test"));
 }
コード例 #2
0
        public void AbortBuildIsNotImplemented()
        {
            var client = new TestClient();

            Assert.Throws <NotImplementedException>(() => client.AbortBuild("test"));
        }