Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgryszko/cc42c99e4f8f7b5ff472a47a096f9659 to your computer and use it in GitHub Desktop.
Save mgryszko/cc42c99e4f8f7b5ff472a47a096f9659 to your computer and use it in GitHub Desktop.
inOrder.verify(persister).deleteInactive(profileId, inactiveScoresToKeep);
inOrder.verify(versioner).deleteInactive(profileId, inactiveScoresToKeep);
inOrder.verify(calculator).calculateScores(profile, persister);
inOrder.verify(versioner).calculationFinished(version);
inOrder.verify(versioner).activateVersion(profile, version);
inOrder.verify(persister).deleteInactive(profileId, inactiveScoresToKeep);
inOrder.verify(versioner).deleteInactive(profileId, inactiveScoresToKeep);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment