Package io.mola.galimatias
Class HostTest
- java.lang.Object
-
- io.mola.galimatias.HostTest
-
public class HostTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HostTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparseEmptyHost()voidparseHostWithUnmatchedBracket()voidparseNullHost()voidparseTest()
-
-
-
Method Detail
-
parseTest
public void parseTest() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseHostWithUnmatchedBracket
public void parseHostWithUnmatchedBracket() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseNullHost
public void parseNullHost() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
parseEmptyHost
public void parseEmptyHost() throws GalimatiasParseException- Throws:
GalimatiasParseException
-
-