Package io.mola.galimatias
Class IPv4AddressTest
- java.lang.Object
-
- io.mola.galimatias.IPv4AddressTest
-
public class IPv4AddressTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IPv4AddressTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidequals()voidparseAddressWithFinalDot()voidparseEmptyAddress()voidparseHighValueIPv4Mapped()voidparseIllegalCharacter()voidparseIPv4Address()voidparseNullAddress()voidparseTooLongAddress()voidparseTooShortAddress()voidtoInetAddress()
-
-
-
Method Detail
-
parseIPv4Address
public void parseIPv4Address() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
equals
public void equals() 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
-
parseAddressWithFinalDot
public void parseAddressWithFinalDot() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseTooShortAddress
public void parseTooShortAddress() 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
-
-