Package org.djutils.base
Class NumberParserTest.TestCaseFail
java.lang.Object
org.djutils.base.NumberParserTest.TestCaseFail
- Enclosing class:
- NumberParserTest
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTestCaseFail
(String text, boolean strict, boolean trailing) Make a failed test case. -
Method Summary
-
Field Details
-
text
text to parse. -
strict
final boolean strictstrict. -
trailing
final boolean trailingtrailing.
-
-
Constructor Details
-
TestCaseFail
TestCaseFail(String text, boolean strict, boolean trailing) Make a failed test case.- Parameters:
text
- String text to parsestrict
- boolean; strict or nottrailing
- boolean; trailing allowed or not
-