Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.Mocker.DataMapper
Packages that use Mocker.DataMapper
-
Uses of Mocker.DataMapper in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with parameters of type Mocker.DataMapperModifier and TypeMethodDescription<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.