Class NumberParserTest.TestCaseFail

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

static class NumberParserTest.TestCaseFail extends Object
  • Field Details

    • text

      final String text
      text to parse.
    • strict

      final boolean strict
      strict.
    • trailing

      final boolean trailing
      trailing.
  • Constructor Details

    • TestCaseFail

      TestCaseFail(String text, boolean strict, boolean trailing)
      Make a failed test case.
      Parameters:
      text - String text to parse
      strict - boolean; strict or not
      trailing - boolean; trailing allowed or not