Class IntervalTestCase


  • public class IntervalTestCase
    extends java.lang.Object
    • Constructor Detail

      • IntervalTestCase

        public IntervalTestCase()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        public void tearDown()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • date

        protected java.util.Date date​(java.lang.String dateStr)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • interval

        protected TimeInterval interval​(int startMonth,
                                        int startDay,
                                        int startHour,
                                        int endMonth,
                                        int endDay,
                                        int endHour)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • jun

        protected TimeInterval jun​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • jul

        protected TimeInterval jul​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • aug

        protected TimeInterval aug​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sep

        protected TimeInterval sep​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • oct

        protected TimeInterval oct​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • nov

        protected TimeInterval nov​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dec

        protected TimeInterval dec​(int startDay,
                                   int startHour,
                                   int endDay,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • jun

        protected TimeInterval jun​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • jul

        protected TimeInterval jul​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • aug

        protected TimeInterval aug​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sep

        protected TimeInterval sep​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • oct

        protected TimeInterval oct​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • nov

        protected TimeInterval nov​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dec

        protected TimeInterval dec​(int day,
                                   int beginHour,
                                   int endHour)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • aug

        protected TimeInterval aug​(int day)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception