Searched refs:fieldCopier (Results 1 – 2 of 2) sorted by relevance
13 FieldCopier fieldCopier = new FieldCopier(); field in LenientCopyTool41 fieldCopier.copyValue(from, mock, field); in copyValues()
146 tool.fieldCopier = mock(FieldCopier.class); in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()151 when(tool.fieldCopier). in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()158 verify(tool.fieldCopier, atLeast(3)).copyValue(any(), any(), any(Field.class)); in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()