public interface TestObjectDescriber
Modifier and Type | Method and Description |
---|---|
<TChild extends TestObject> |
describe(java.lang.Class<TChild> type,
Description description)
Creates a child test object of this test object.
|
<TChild extends TestObject> TChild describe(java.lang.Class<TChild> type, Description description) throws GeneralLeanFtException
TChild
- the generic type of the child test object.type
- the test object interface type.description
- a Description containing the set of properties and values that uniquely identify this object in the AUT.GeneralLeanFtException
- if error occurs during execution