Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kikers25
Created January 8, 2017 19:52
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 kikers25/ad22ff42e6ad65ef943f482dae71d42e to your computer and use it in GitHub Desktop.
Save kikers25/ad22ff42e6ad65ef943f482dae71d42e to your computer and use it in GitHub Desktop.
Unit tests with dates 6
public boolean isBirthDay() {
Date today = getDate();
// ...
return false;
}
protected Date getDate() {
return new Date();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment