[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
Current behavior
No test for Option.toString
New behavior?
Hey 😊
I want to contribute the following test:
Test that cli.option().longName("foo").hasArg().with(out::add).toString() is equal to "--foo".
This tests the method Option.toString.
This test is based on the test testOptionWithValue.
Curious to hear what you think!
Also, is the description I provided of the test helping you to answer to this pull request? Why (not)?
(I wrote this test as part of a research study at TU Delft. Find out more)
PR Checklist
Please check if your PR fulfills the following requirements:
Current behavior
No test for
Option.toString
New behavior?
Hey 😊 I want to contribute the following test:
Test that
cli.option().longName("foo").hasArg().with(out::add).toString()
is equal to"--foo"
. This tests the methodOption.toString
. This test is based on the testtestOptionWithValue
.Curious to hear what you think!
Also, is the description I provided of the test helping you to answer to this pull request? Why (not)?
(I wrote this test as part of a research study at TU Delft. Find out more)