Class IPV6AddressTests


  • public class IPV6AddressTests
    extends Object
    • Constructor Detail

      • IPV6AddressTests

        public IPV6AddressTests()
        Default constructor.
    • Method Detail

      • constructorFailure0

        @Test
        public void constructorFailure0()
        Test constructor failure illegal argument.
      • constructorFailure1

        @Test
        public void constructorFailure1()
        Test constructor failure illegal argument.
      • constructorFailure2

        @Test
        public void constructorFailure2()
        Test constructor failure illegal argument.
      • constructorFailure3

        @Test
        public void constructorFailure3()
        Test constructor failure illegal argument.
      • constructorSuccess0

        @Test
        public void constructorSuccess0()
        Test constructor success.
      • constructorSuccess1

        @Test
        public void constructorSuccess1()
        Test constructor success.
      • isPrivate0

        @Test
        public void isPrivate0()
        Test if ip v6 is private.
      • isPrivate1

        @Test
        public void isPrivate1()
        Test if ip v6 is private.
      • isPrivate2

        @Test
        public void isPrivate2()
        Test if ip v6 is private.
      • isPrivate3

        @Test
        public void isPrivate3()
        Test if ip v6 is private.
      • isSpecial0

        @Test
        public void isSpecial0()
        Test if ip v6 is special.
      • isSpecial1

        @Test
        public void isSpecial1()
        Test if ip v6 is special.
      • isSpecial2

        @Test
        public void isSpecial2()
        Test if ip v6 is special.
      • isSpecial3

        @Test
        public void isSpecial3()
        Test if ip v6 is special.
      • isPublic0

        @Test
        public void isPublic0()
        Test if ip v6 is public.
      • isNotPublic0

        @Test
        public void isNotPublic0()
        Test if ip v6 is not public.
      • getAddress

        @Test
        public void getAddress()
        Test get address.
      • testHashCode

        @Test
        public void testHashCode()
        Test hash code.
      • testEquals

        @Test
        public void testEquals()
        Test equals.
      • testToString

        @Test
        public void testToString()
        Test toString.
      • testCompareTo

        @Test
        public void testCompareTo()
        Test compareTo.