Class EntryTest


  • public class EntryTest
    extends java.lang.Object
    Test the Entry.
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beanLike()
      Test default values, getters and setters and toString.
      void hasEqualsOfKey()
      Test that the key is used in equals (happy).
      void hasEqualsOfKey_unhappy_code()
      Test that the key is used in equals (un happy).
      void hasEqualsOfKey_unhappy_id()
      Test that the key is used in equals (un happy).
      void hasHashCodeOfKey()
      Test that the key is used as hash code.
      void hasKey()
      Test that the key is composed right.
      • Methods inherited from class java.lang.Object

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

      • EntryTest

        public EntryTest()
    • Method Detail

      • beanLike

        public void beanLike()
        Test default values, getters and setters and toString.
      • hasKey

        public void hasKey()
        Test that the key is composed right.
      • hasHashCodeOfKey

        public void hasHashCodeOfKey()
        Test that the key is used as hash code.
      • hasEqualsOfKey

        public void hasEqualsOfKey()
        Test that the key is used in equals (happy).
      • hasEqualsOfKey_unhappy_id

        public void hasEqualsOfKey_unhappy_id()
        Test that the key is used in equals (un happy).
      • hasEqualsOfKey_unhappy_code

        public void hasEqualsOfKey_unhappy_code()
        Test that the key is used in equals (un happy).