Adf.Core.Test.TestManager.FindItems C# (CSharp) Method

FindItems() public static method

public static FindItems ( TestItemType type, TestAction action ) : IEnumerable
type TestItemType
action TestAction
return IEnumerable
        public static IEnumerable<TestItem> FindItems(TestItemType type, TestAction action)
        {
            return Provider.FindItems(type, action);
        }

Same methods

TestManager::FindItems ( TestItemType type, object subject, TestAction action ) : IEnumerable