ClassTestCollection
Class
Represents the collection of actual tests object along with custom logic to retrieve tests (filtering).
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TestCollection : FilteredCollection<TestBase>, IList<TestBase>, ICollection<TestBase>, IList, ICollection, IReadOnlyList<TestBase>, IReadOnlyCollection<TestBase>, IEnumerable<TestBase>, IEnumerable
Inheritance: objectList<TestBase>FilteredCollection<TestBase>TestCollection
Implements:
Inherited Members
Constructors
TestCollection(List<TestBase>)
Initializes the test collection with a list of tests.