Skip to content

Instantly share code, notes, and snippets.

@c0debrain
Created December 16, 2015 04:54
Show Gist options
  • Save c0debrain/40799c5f59a95e90cb60 to your computer and use it in GitHub Desktop.
Save c0debrain/40799c5f59a95e90cb60 to your computer and use it in GitHub Desktop.
ArgumentCaptor<BarcodeImportHistory> captor = ArgumentCaptor.forClass(BarcodeImportHistory.class);
Mockito.verify(barcodeImportHistoryBD).create(captor.capture());
BarcodeImportHistory history = captor.getValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment