示例#1
0
        public void WorkItemTracking_WorkItems_Reporting_GetBatchOfWorkItemLinksForAll_Success()
        {
            // arrange
            WorkItems request = new WorkItems(_configuration);

            // act
            BatchOfWorkItemLinksResponse.WorkItemLinks response = request.GetBatchOfWorkItemLinksAll();

            // assert
            Assert.AreEqual(HttpStatusCode.OK, response.HttpStatusCode);
        }