summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/beust/jcommander/JCommanderTest.java
Commit message (Expand)AuthorAgeFilesLines
* Preparing release.Cedric Beust2014-10-051-1/+1
* Broke parsing of --Mike Drob2014-04-101-4/+5
* Added another test for using '--'Mike Drob2014-04-101-0/+20
* Support for "--".Cedric Beust2014-04-071-17/+13
* Fixes #184 Bug in enum parsingYannick Menager2014-02-271-2/+10
* Fixed problem whereby Parameters returning Lists and with alternate names wer...Andy Law2014-02-171-0/+30
* New test.Cedric Beust2012-11-101-1/+23
* Fixed: GITHUB-137: Main parameters with a default value should be overridden ...Cedric Beust2012-11-101-1/+14
* Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust2012-11-101-3/+3
* Added enum support (Scott M. Stark).Cedric Beust2012-09-231-1/+4
* Renaming.Cedric Beust2012-09-181-1/+1
* Rename: noThrow -> acceptUnknownOption.Cedric Beust2012-09-181-2/+2
* Merge pull request #130 from styurin/masterCedric Beust2012-09-171-0/+50
|\
| * Fix usage() to print missing new-line characters.Sergey Tyurin2012-09-181-0/+50
* | Added JCommander#setNoThrow() and JCommander#getUnknownArgs().Cedric Beust2012-09-171-25/+40
|/
* IParameterValidator2.Cedric Beust2012-08-071-4/+30
* New test.Cedric Beust2012-08-021-1/+12
* Refactoring: introducing FuzzyMap and IKey.Cedric Beust2012-08-011-1/+1
* Moved the finder tests in their own class.Cedric Beust2012-08-011-82/+1
* Added: JCommander#allowAbbreviatedOptions (default: false)Cedric Beust2012-08-011-1/+57
* Added: JCommander#setCaseSensitiveOptions (default: true)Cedric Beust2012-07-311-1/+26
* Comment out println.Cedric Beust2012-07-301-3/+4
* Fixed: Empty string defaults now displayed as "<empty string>" in the usageCedric Beust2012-07-251-1/+12
* Fixed: Parameters with a single double quote were not working properlyCedric Beust2012-07-171-0/+42
* Moved the method tests in their own class.Cedric Beust2012-07-071-50/+1
* If a setter throws ParameterException, don't wrap it into another ParameterEx...Cedric Beust2012-07-061-1/+18
* Added: @Parameter(help = true)Cedric Beust2012-07-041-1/+16
* Support for setters on top of fields.Cedric Beust2012-06-241-1/+51
* Fixed: wasn't handling parameters that start with " but don't end with one co...Cedric Beust2012-05-311-5/+4
* One more test.Cedric Beust2012-05-301-1/+15
* added echoInput parameter to @Parameter annotation to control whether charact...Jason Wheeler2012-05-291-1/+1
* Fixed: if using a different option prefix, unknown option are mistakenly repo...Cedric Beust2012-05-151-11/+46
* Fixed: 113: getCommandDescription() returns the description of the main param...Cedric Beust2012-05-081-16/+6
* Merge.Cedric Beust2012-05-021-6/+16
* Command descriptions (@Parameters(resourceBundle)) were not i18n'ed properly.Cedric Beust2012-04-261-1/+15
* Better variable arity.Cedric Beust2012-04-261-13/+3
* Fixed bug with multiple variable arities.Cedric Beust2012-04-261-1/+28
* Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz)Cedric Beust2012-04-181-1/+12
* Merge pull request #105 from amuraru/masterCedric Beust2012-03-121-1/+5
|\
| * [Enum Args] If not set, the description of an enum arg is set to the list of ...Adrian Muraru2012-02-251-1/+5
* | Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correct...Cedric Beust2012-03-101-1/+14
* | Fixed: GITHUB-97: Required password always complains that it is not specified...Cedric Beust2012-02-251-0/+29
|/
* Fixed: Commands with same prefix as options were not working properly.Cedric Beust2012-01-121-11/+31
* Automatic handling of arities for @DynamicParameter.Cedric Beust2012-01-101-9/+9
* Fixed: Main parameters are now validated as well (Connor Mullen).Cedric Beust2011-11-251-0/+20
* Fixed: Throw if an unknown option is foundCedric Beust2011-11-251-2/+27
* Better handling for fields of type List.Cedric Beust2011-11-221-51/+22
* Added CommaSeparatedBaseConverter, some subclasses and tests.Angus2011-10-261-4/+13
* Added support for ISO 8601 Date arguments and related test.Angus2011-10-261-3/+7
* Added support for BigDecimal arguments and related test.Angus2011-10-261-2/+4