Package org.djutils.base
Class NumberParserTest.TestCaseFail
java.lang.Object
org.djutils.base.NumberParserTest.TestCaseFail
- Enclosing class:
 - NumberParserTest
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionTestCaseFail(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- strict or nottrailing- trailing allowed or not
 
 -