Package org.unitConverter.math
Class ExpressionParserTest
- java.lang.Object
-
- org.unitConverter.math.ExpressionParserTest
-
class ExpressionParserTest extends java.lang.Object
A test for theExpressionParser
class. This is NOT part of this program's public API.- Since:
- 2019-03-22, v0.2.0
- Author:
- Adrien Hopkins
-
-
Field Summary
Fields Modifier and Type Field Description private static ExpressionParser<java.lang.Integer>
numberParser
-
Constructor Summary
Constructors Constructor Description ExpressionParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testParseExpression()
Test method forExpressionParser.parseExpression(java.lang.String)
.
-
-
-
Field Detail
-
numberParser
private static final ExpressionParser<java.lang.Integer> numberParser
-
-
Method Detail
-
testParseExpression
@Test public void testParseExpression()
Test method forExpressionParser.parseExpression(java.lang.String)
.
-
-