Package org.eclipse.epsilon.hutn.parse
Class TestHutnLexer
- java.lang.Object
-
- org.eclipse.epsilon.hutn.parse.TestHutnLexer
-
public class TestHutnLexer extends Object
-
-
Constructor Summary
Constructors Constructor Description TestHutnLexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDecimalNumber()voidtestExplicitPositiveNumber()voidtestNegativeNumber()voidtestNoDecimalDigits()voidtestScientificNotation()voidtestSingleDigit()
-
-
-
Method Detail
-
testSingleDigit
public void testSingleDigit() throws IOException- Throws:
IOException
-
testNegativeNumber
public void testNegativeNumber() throws IOException- Throws:
IOException
-
testExplicitPositiveNumber
public void testExplicitPositiveNumber() throws IOException- Throws:
IOException
-
testDecimalNumber
public void testDecimalNumber() throws IOException- Throws:
IOException
-
testNoDecimalDigits
public void testNoDecimalDigits() throws IOException- Throws:
IOException
-
testScientificNotation
public void testScientificNotation() throws IOException- Throws:
IOException
-
-