Namespace: OpenEdge.ABLUnit.Reflection
Interface
ITestInfoList
Parent classes:
Inherits: OpenEdge.Core.Collections.IList

/* *************************************************************************************************************************
Copyright (c) 2019 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:ITestInfoList
Author(s):pjudge
Created:2019-12-06
/* Inserts the specified element at the specified position in this list
(optional operation).




Method Summary
Options Name Purpose
LOGICAL Add (integer, TestInfo) /* Inserts the specified element at the specified position in this list (optional operation).*/
LOGICAL Add (TestInfo) /* Appends the specified element to the end of this list (optional operation). */
LOGICAL AddAll (integer, ITestInfoList) /* Inserts all of the elements in the specified collection into this list at the specified position (optional operation). */
LOGICAL AddAll (ITestInfoList) /* Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation). */
LOGICAL AddArray (integer, TestInfo[])
LOGICAL AddArray (TestInfo[]) /** Appends all the elements in the array this list, optionally at the specified position. */
LOGICAL Contains (TestInfo) /* Returns true if this list contains the specified element. */
LOGICAL ContainsAll (ITestInfoList) /* Returns true if this list contains all of the elements of the specified collection. */
OpenEdge.ABLUnit.Reflection.TestInfo GetTestInfo (integer) /* Returns the element at the specified position in this list. */
INTEGER IndexOf (TestInfo) /* Returns the index in this list of the first occurrence of the specified element, or 0 if this list does not contain this element. */
INTEGER LastIndexOf (TestInfo) /* Returns the index in this list of the last occurrence of the specified element, or 0 if this list does not contain this element. */
LOGICAL Remove (TestInfo) /* Removes the first occurrence in this list of the specified element (optional operation). */
LOGICAL RemoveAll (ITestInfoList) /* Removes from this list all the elements that are contained in the specified collection (optional operation). */
OpenEdge.ABLUnit.Reflection.TestInfo RemoveTestInfo (integer) /* Removes the element at the specified position in this list (optional operation). */
LOGICAL RetainAll (ITestInfoList) /* Retains only the elements in this list that are contained in the specified collection (optional operation).*/
OpenEdge.ABLUnit.Reflection.TestInfo Set (integer, TestInfo) /* Replaces the element at the specified position in this list with the specified element (optional operation). */
OpenEdge.ABLUnit.Reflection.ITestInfoList SubListTestInfo (integer, integer) /* Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. */
OpenEdge.ABLUnit.Reflection.TestInfo ToTestInfoArray () /* returns the contents of the list as an array */


Method Detail
Top

LOGICAL Add (integer, TestInfo)

/* Inserts the specified element at the specified position in this list
(optional operation).
Parameters:
i INTEGER
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns LOGICAL
Top

LOGICAL Add (TestInfo)

/* Appends the specified element to the end of this list
(optional operation).
Parameters:
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns LOGICAL
Top

LOGICAL AddAll (integer, ITestInfoList)

/* Inserts all of the elements in the specified collection into this list
at the specified position (optional operation).
Parameters:
i INTEGER
c OpenEdge.ABLUnit.Reflection.ITestInfoList
Returns LOGICAL
Top

LOGICAL AddAll (ITestInfoList)

/* Appends all of the elements in the specified collection to the end
of this list, in the order that they are returned by the specified
collection's iterator (optional operation).
Parameters:
c OpenEdge.ABLUnit.Reflection.ITestInfoList
Returns LOGICAL
Top

LOGICAL AddArray (integer, TestInfo[])

Parameters:
i INTEGER
c OpenEdge.ABLUnit.Reflection.TestInfo
Returns LOGICAL
Top

LOGICAL AddArray (TestInfo[])

Purpose: Appends all the elements in the array this list, optionally
at the specified position.
Parameters:
c OpenEdge.ABLUnit.Reflection.TestInfo
Returns LOGICAL
Top

LOGICAL Contains (TestInfo)

/* Returns true if this list contains the specified element.
Parameters:
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns LOGICAL
Top

LOGICAL ContainsAll (ITestInfoList)

/* Returns true if this list contains all of the elements of the
specified collection.
Parameters:
c OpenEdge.ABLUnit.Reflection.ITestInfoList
Returns LOGICAL
Top

OpenEdge.ABLUnit.Reflection.TestInfo GetTestInfo (integer)

/* Returns the element at the specified position in this list.
Parameters:
i INTEGER
Returns OpenEdge.ABLUnit.Reflection.TestInfo
Top

INTEGER IndexOf (TestInfo)

/* Returns the index in this list of the first occurrence of the specified
element, or 0 if this list does not contain this element.
Parameters:
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns INTEGER
Top

INTEGER LastIndexOf (TestInfo)

/* Returns the index in this list of the last occurrence of the
specified element, or 0 if this list does not contain this element.
Parameters:
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns INTEGER
Top

LOGICAL Remove (TestInfo)

/* Removes the first occurrence in this list of the specified element
(optional operation).
Parameters:
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns LOGICAL
Top

LOGICAL RemoveAll (ITestInfoList)

/* Removes from this list all the elements that are contained in the
specified collection (optional operation).
Parameters:
c OpenEdge.ABLUnit.Reflection.ITestInfoList
Returns LOGICAL
Top

OpenEdge.ABLUnit.Reflection.TestInfo RemoveTestInfo (integer)

/* Removes the element at the specified position in this list
(optional operation).
Parameters:
i INTEGER
Returns OpenEdge.ABLUnit.Reflection.TestInfo
Top

LOGICAL RetainAll (ITestInfoList)

/* Retains only the elements in this list that are contained in the
specified collection (optional operation).
Parameters:
c OpenEdge.ABLUnit.Reflection.ITestInfoList
Returns LOGICAL
Top

OpenEdge.ABLUnit.Reflection.TestInfo Set (integer, TestInfo)

/* Replaces the element at the specified position in this list with the
specified element (optional operation).
Parameters:
i INTEGER
o OpenEdge.ABLUnit.Reflection.TestInfo
Returns OpenEdge.ABLUnit.Reflection.TestInfo
Top

OpenEdge.ABLUnit.Reflection.ITestInfoList SubListTestInfo (integer, integer)

/* Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
Parameters:
fromIndex INTEGER
toIndex INTEGER
Returns OpenEdge.ABLUnit.Reflection.ITestInfoList
Top

OpenEdge.ABLUnit.Reflection.TestInfo ToTestInfoArray ()

/* returns the contents of the list as an array
Returns OpenEdge.ABLUnit.Reflection.TestInfo


Copyright © 2021 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.4.0