Package io.mola.galimatias
Class IPv6AddressTest
- java.lang.Object
-
- io.mola.galimatias.IPv6AddressTest
-
public class IPv6AddressTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IPv6AddressTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidequals()voidparseAddressWithFinalColon()voidparseDoubleCompressedAddress()voidparseEmptyAddress()voidparseHighValueIPv4Mapped()voidparseIllegalCharacter()voidparseInvalidPrefix1()voidparseInvalidPrefix2()voidparseIPv6Address()voidparseMalformedIPv4Mapped()voidparseMalformedIPv4Mapped2()voidparseMalformedIPv4Mapped3()voidparseNullAddress()voidparseTooLongAddress()voidparseTooLongIPv4Mapped()voidparseTooLongIPv4MappedAddress()voidparseTooShortAddress()voidtoInetAddress()
-
-
-
Method Detail
-
parseIPv6Address
public void parseIPv6Address() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
equals
public void equals() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseInvalidPrefix1
public void parseInvalidPrefix1() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseInvalidPrefix2
public void parseInvalidPrefix2() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseNullAddress
public void parseNullAddress() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseEmptyAddress
public void parseEmptyAddress() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseIllegalCharacter
public void parseIllegalCharacter() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseTooLongAddress
public void parseTooLongAddress() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseAddressWithFinalColon
public void parseAddressWithFinalColon() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseTooLongIPv4MappedAddress
public void parseTooLongIPv4MappedAddress() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseTooShortAddress
public void parseTooShortAddress() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseDoubleCompressedAddress
public void parseDoubleCompressedAddress() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseTooLongIPv4Mapped
public void parseTooLongIPv4Mapped() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseMalformedIPv4Mapped
public void parseMalformedIPv4Mapped() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseMalformedIPv4Mapped2
public void parseMalformedIPv4Mapped2() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseMalformedIPv4Mapped3
public void parseMalformedIPv4Mapped3() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseHighValueIPv4Mapped
public void parseHighValueIPv4Mapped() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
toInetAddress
public void toInetAddress() throws java.net.UnknownHostException, GalimatiasParseException- Throws:
java.net.UnknownHostExceptionGalimatiasParseException
-
-