Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.Mocker.DataMapper
-
Packages that use Mocker.DataMapper Package Description ch.ivyteam.ivy.bpm.engine.client -
-
Uses of Mocker.DataMapper in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with parameters of type Mocker.DataMapper Modifier and Type Method Description <T extends CompositeObject>
voidMocker.WithMock. with(Mocker.DataMapper<T> mock)Mocks the element with the given data mapper.<T extends CompositeObject>
voidMocker.WithMock. with(Class<T> type, Mocker.DataMapper<T> mock)Mocks the element with the given data mapper.
-