コード例 #1
0
        public void GetAllowedAttributeValuesTest2x()
        {
            RallyRestApi restApi  = GetRallyRestApi2x();
            QueryResult  response = restApi.GetAllowedAttributeValues("hierarchicalrequirement", "schedulestate");

            Assert.IsNotNull(response.Results.SingleOrDefault(a => a.StringValue == "Accepted"));
        }