Class TestCollection
Inherited Members
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Add(ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.AddRange(System.Collections.Generic.IEnumerable<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.AsReadOnly()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.BinarySearch(System.Int32, System.Int32, ArtOfTest.Common.Design.ProjectModel.TestBase, System.Collections.Generic.IComparer<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.BinarySearch(ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.BinarySearch(ArtOfTest.Common.Design.ProjectModel.TestBase, System.Collections.Generic.IComparer<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Clear()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Contains(ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.ConvertAll<TOutput>(System.Converter<ArtOfTest.Common.Design.ProjectModel.TestBase, TOutput>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.CopyTo(ArtOfTest.Common.Design.ProjectModel.TestBase[])
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.CopyTo(System.Int32, ArtOfTest.Common.Design.ProjectModel.TestBase[], System.Int32, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.CopyTo(ArtOfTest.Common.Design.ProjectModel.TestBase[], System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Exists(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Find(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindAll(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindIndex(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindIndex(System.Int32, System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindIndex(System.Int32, System.Int32, System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindLast(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindLastIndex(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindLastIndex(System.Int32, System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.FindLastIndex(System.Int32, System.Int32, System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.ForEach(System.Action<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.GetEnumerator()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.Generic.IEnumerable<ArtOfTest.Common.Design.ProjectModel.TestBase>.GetEnumerator()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.IndexOf(ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.IndexOf(ArtOfTest.Common.Design.ProjectModel.TestBase, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.IndexOf(ArtOfTest.Common.Design.ProjectModel.TestBase, System.Int32, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Insert(System.Int32, ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.LastIndexOf(ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.LastIndexOf(ArtOfTest.Common.Design.ProjectModel.TestBase, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.LastIndexOf(ArtOfTest.Common.Design.ProjectModel.TestBase, System.Int32, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Remove(ArtOfTest.Common.Design.ProjectModel.TestBase)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.RemoveAll(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.RemoveAt(System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Reverse()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Sort()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Sort(System.Collections.Generic.IComparer<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Sort(System.Comparison<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.ToArray()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.TrimExcess()
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.TrueForAll(System.Predicate<ArtOfTest.Common.Design.ProjectModel.TestBase>)
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Capacity
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Count
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.Generic.ICollection<ArtOfTest.Common.Design.ProjectModel.TestBase>.IsReadOnly
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.Item[System.Int32]
System.Collections.Generic.List<ArtOfTest.Common.Design.ProjectModel.TestBase>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestCollection : FilteredCollection<TestBase>, IList<TestBase>, ICollection<TestBase>, IList, ICollection, IReadOnlyList<TestBase>, IReadOnlyCollection<TestBase>, IEnumerable<TestBase>, IEnumerable
Constructors
TestCollection(List<TestBase>)
Declaration
public TestCollection(List<TestBase> tests)
Parameters
System.
|
Properties
TestInfoList
Declaration
public List<TestInfo> TestInfoList { get; }
Property Value
System.
|
Methods
GetObjectList(Filter)
Declaration
public override List<TestBase> GetObjectList(Filter filter)
Parameters
Filter
filter
|
Returns
System.
|
Overrides
ArtOfTest.WebAii.Design.Execution.FilteredCollection<ArtOfTest.Common.Design.ProjectModel.TestBase>.GetObjectList(ArtOfTest.WebAii.Design.Execution.Filter)