Class NumberParserTest.TestCase

java.lang.Object
org.djutils.base.NumberParserTest.TestCase
Enclosing class:
NumberParserTest

static class NumberParserTest.TestCase extends Object
  • Field Details

    • text

      final String text
      text to parse.
    • expectedValue

      final double expectedValue
      expected value.
    • expectedTrail

      final String expectedTrail
      expected trailing characters.
  • Constructor Details

    • TestCase

      TestCase(String text, double expectedValue, String expectedTrail)
      Make a test case.
      Parameters:
      text - String text to parse
      expectedValue - double; expected value
      expectedTrail - String expected trailing characters