Package org.djutils.base
Class NumberParserTest.TestCase
java.lang.Object
org.djutils.base.NumberParserTest.TestCase
- Enclosing class:
- NumberParserTest
-
Field Details
-
text
text to parse. -
expectedValue
final double expectedValueexpected value. -
expectedTrail
expected trailing characters.
-
-
Constructor Details
-
TestCase
Make a test case.- Parameters:
text
- String text to parseexpectedValue
- double; expected valueexpectedTrail
- String expected trailing characters
-