urgent 6 hour

Design a test class to test Day class’s methods (Implementation#I, attached file  Day.java(1).html ) with JUnit.
Provide a test for the following methods:
  • daysFrom(Day other)
  • compareTo(Day other)
  • nextDay()
  • daysPerMonth(int y, int m)