|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedObject | |
---|---|
junitx.ddtunit.data | |
junitx.ddtunit.data.db | |
junitx.ddtunit.data.processing | |
junitx.ddtunit.data.processing.parser |
Uses of TypedObject in junitx.ddtunit.data |
---|
Subclasses of TypedObject in junitx.ddtunit.data | |
---|---|
class |
AssertObject
|
class |
ExceptionAsserter
|
class |
ObjectAsserter
Class contains all information to execute an assert action between actual and expected object. |
Methods in junitx.ddtunit.data that return TypedObject | |
---|---|
TypedObject |
IDataSet.findObject(String id)
|
TypedObject |
DataSet.findObject(String id)
|
TypedObject |
IDataSet.findObject(String id,
String type)
|
TypedObject |
DataSet.findObject(String id,
String type)
|
TypedObject |
TypedObjectMap.get(String id)
|
TypedObject |
TypedObjectMap.get(String id,
String type)
|
TypedObject |
IDataSet.getObject(String id)
Retrieve object entry from local object map |
TypedObject |
DataSet.getObject(String id)
|
TypedObject |
IDataSet.getObject(String id,
String type)
Retrieve object entry from local object map |
TypedObject |
DataSet.getObject(String id,
String type)
|
TypedObject |
TestClusterDataSet.getObject(String groupId,
String testId,
String objectId)
Retrieve object of specidied testdata under testgroup |
TypedObject |
TestClusterDataSet.getObject(String groupId,
String testId,
String objectId,
String objectType)
Retrieve object of requested testdata under testgroup |
Methods in junitx.ddtunit.data with parameters of type TypedObject | |
---|---|
void |
TypedObjectMap.put(String id,
TypedObject entry)
|
void |
IDataSet.putObject(String id,
TypedObject entry)
add new entry to local object map |
void |
DataSet.putObject(String id,
TypedObject entry)
|
Uses of TypedObject in junitx.ddtunit.data.db |
---|
Methods in junitx.ddtunit.data.db that return TypedObject | |
---|---|
TypedObject |
DbDataRestorer.getObject(String id,
String type)
Retrieve single object instance from database. |
Uses of TypedObject in junitx.ddtunit.data.processing |
---|
Methods in junitx.ddtunit.data.processing that return TypedObject | |
---|---|
TypedObject |
IAction.createObject()
Create injected object to according type specification on this action. |
TypedObject |
MapEntry.getKey()
|
TypedObject |
IAction.getObject()
|
TypedObject |
InstanceFactory.getObject(String id,
String type)
|
TypedObject |
MapEntry.getValue()
|
TypedObject |
IParser.parseElement(String xmlDef,
boolean addXMLHeader)
Parse xml resource provided by reader. |
Methods in junitx.ddtunit.data.processing with parameters of type TypedObject | |
---|---|
void |
MapEntry.setKey(TypedObject key)
|
void |
IAction.setObject(TypedObject tObj)
|
void |
MapEntry.setValue(TypedObject value)
|
Uses of TypedObject in junitx.ddtunit.data.processing.parser |
---|
Methods in junitx.ddtunit.data.processing.parser that return TypedObject | |
---|---|
TypedObject |
ParserImpl.parseElement(String xmlObjectDef)
|
TypedObject |
ParserImpl.parseElement(String xmlObjectDef,
boolean addXMLHeader)
Parse object definition and use provided object as base class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |