mbien commented on code in PR #5561:
URL: https://github.com/apache/netbeans/pull/5561#discussion_r1118741606
##########
harness/nbjunit/src/org/netbeans/junit/ParametricTestSuite.java:
##########
@@ -36,23 +36,28 @@ public ParametricTestSuite() {
/**
* Constructs a ParametricTestSuite with the given name.
+ * @param name name of the suite
*/
public ParametricTestSuite(String name){
super(name);
}
/**
* Returns an array of testcases for the given parameter.
+ * @param parameter parametre to retrieve the test case frome
+ * @return array of testcases
*/
protected abstract ParametricTestCase[] cases(Object parameter);
/**
* Returns an array of parameters for this suite.
+ * @return array or parameter
Review Comment:
@ebarboni wait, you did that wrong ;)
its always an array, and it contains parameters. It is not sometimes a
parameter.
`or -> of`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists