mbien commented on code in PR #4440:
URL: https://github.com/apache/netbeans/pull/4440#discussion_r931616736
##########
java/java.completion/test/unit/src/org/netbeans/modules/java/completion/JavaCompletionTaskBasicTest.java:
##########
@@ -1298,4 +1298,9 @@ public void testAfterTypingMethodInvocationInMethodBody()
throws Exception {
public void testAfteMethodInvocationInMethodBody() throws Exception {
performTest("SimpleMethodBody", 941, null,
"methodBodyContentAndLocalVar.pass");
}
+ public void testPropertyMethods() throws Exception {
+ performTest("ListPropertyMethods", 1170, null,
"ListPropertyBool.pass");
+ performTest("ListPropertyMethods", 1199, null,
"ListPropertyIntField.pass");
+ performTest("ListPropertyMethods", 1212, null,
"ListPropertyIntField.pass");
+ }
Review Comment:
it might be required to create a test method per performTest call, since
there is typically setup and teardown work involved which happens around each
test method.
--
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