Package | Description |
---|---|
com.itko.lisa.test |
Modifier and Type | Class and Description |
---|---|
class |
com.itko.lisa.test.CompanionBase |
class |
SimpleCompanion
SimpleCompanion - a simplified way to extend LISA with new companions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CompanionInterface> |
TestCase.getCompanions()
Companions are the set of objects that can modify/do fun stuff just after
initialization and right after the test finishes.
|
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setCompanions(java.util.List<CompanionInterface> companions)
To provide us with the list of Companions for this test.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.