GetDefects() 공개 메소드

Get the list of defects
public GetDefects ( ) : List
리턴 List
예제 #1
0
        public void GetDefectsTest()
        {
            Assert.IsTrue(wrapper.Login());

            List <ALMRestClient.ALMItem> items = wrapper.GetDefects();

            Assert.IsNotNull(items);
        }