Example #1
0
        public void QueryCount_UnitTest1()
        {
            IWorkItemStore instance = GetTestInstance();
            const string   wiql     = "SELECT [System.Id], [System.WorkItemType], [System.Title], [System.AssignedTo], [System.State], [System.Tags] FROM WorkItems";
            int            actual   = instance.QueryCount(wiql, null);

            Assert.IsNotNull(actual);
        }