public interface IObjectCreator
| Modifier and Type | Method and Description |
|---|---|
Object |
create(IContext context,
TableAdapter table,
RowAdapter row,
Class<?> type)
Creates a instance of the given type.
|
Object create(IContext context, TableAdapter table, RowAdapter row, Class<?> type) throws Exception
context - The test context.table - The table.row - The row with all informations.type - The object type.Exception - On object creation error.Copyright © 2016. All rights reserved.