Class Overview
This class is a Junit unit test for Months.
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
 
   
 
 | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      TestMonths
      (String name)
    
      
    
 
Public Methods
 
    
      
        public 
        static 
         
         
         
        TestSuite
      
      suite
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testAddToLocalDate
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testConstants
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testDividedBy_int
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testFactory_monthsBetween_RInstant
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testFactory_monthsBetween_RPartial
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testFactory_monthsIn_RInterval
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testFactory_months_int
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testFactory_parseMonths_String
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testGetFieldType
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testGetMethods
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testGetPeriodType
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testIsGreaterThan
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testIsLessThan
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testMinus_Months
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testMinus_int
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testMultipliedBy_int
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testNegated
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testPlus_Months
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testPlus_int
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testSerialization
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      testToString
      ()
    
      
    
 
Protected Methods
 
    
      
        protected 
         
         
         
         
        void
      
      tearDown
      ()