Cedric Beust
Results
2
comments of
Cedric Beust
trafficstars
Let me summarize my objection curtly: I see zero advantages to ``` JCommander.parse(args, Params.class); ``` over ``` Params a = new Params(); new JCommander(args).parse(a); ``` Actually, I see nothing but...
Why not ship it in your JMeter TestNG plug-in?