Class ParkingSlotTest


  • public class ParkingSlotTest
    extends java.lang.Object
    Testing ParkingSlot Class
    • Constructor Summary

      Constructors 
      Constructor Description
      ParkingSlotTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testEquals()
      Testing Equals method
      void testHashCode()
      Testing Hashcode method
      void testToString()
      Testing tostring method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParkingSlotTest

        public ParkingSlotTest()
    • Method Detail

      • testToString

        public void testToString()
        Testing tostring method
      • testEquals

        public void testEquals()
        Testing Equals method
      • testHashCode

        public void testHashCode()
        Testing Hashcode method