Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created July 20, 2022 05:56
Show Gist options
  • Save DominikMostek/2e7c3e898898a22be17a4968221ddaeb to your computer and use it in GitHub Desktop.
Save DominikMostek/2e7c3e898898a22be17a4968221ddaeb to your computer and use it in GitHub Desktop.
// don’t do this
DateTimeUtils.setCurrentMillisFixed(millis);
// or this
ReflectionUtils.setField(service, "fieldName", fieldValue);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment