GetDefects() public méthode

Get the list of defects
public GetDefects ( ) : List
Résultat List
        public void GetDefectsTest()
        {
            Assert.IsTrue(wrapper.Login());

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

            Assert.IsNotNull(items);
        }