public interface ITestDataElement
ITestDataList
.
You should not use this interface directly outside the context of a list. You can
access similar functionality by directly using the ITestData
interface and
specifying a property with an appropriate masking setting.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getElement()
Returns an element of a
list
or set-test data container. |
boolean |
getMasked()
Returns
true if the associated element
should be masked from comparison operations of the
containing-list data. |
void |
setElement(java.lang.Object element)
Sets an element of a
list
or set-test data container. |
void |
setMasked(boolean masked)
Specifies whether the associated element
should be masked from comparison operations of the
containing-list data.
|
java.lang.Object getElement()
list
or set-test data container. The resulting object is of a known
type, either a primitive type or a type with a value-class
association.void setElement(java.lang.Object element)
list
or set-test data container. The supplied object must be of a known
type, either a primitive type or one that has a value class
association.boolean getMasked()
true
if the associated element
should be masked from comparison operations of the
containing-list data.void setMasked(boolean masked)
masked
- true
if this element should be ignored by
comparison operations against the containing list