Package | Description |
---|---|
com.itko.lisa.test |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<FilterInterface> |
TestNode.getFilters()
Every TestNode has a collection of Filters that are defined only to be executed
for that Node.
|
java.util.Vector<FilterInterface> |
TestCase.getFilters()
Returns the collection of filters.
|
java.util.List<FilterInterface> |
TestNode.getFiltersAsList()
Similar to getFilters but returns an unmodifiable copy of the getFilters() vector in a typesafe
and unsynchronized List.
|
java.util.List<FilterInterface> |
TestCase.getFiltersAsList()
Similar to getFilters but returns an unmodifiable copy of the getFilters() vector in a typesafe
and unsynchronized List.
|
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setFilters(java.util.Vector<FilterInterface> filters)
Sets the List of Filters for this test case
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.