You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "martin-g (via GitHub)" <gi...@apache.org> on 2023/03/11 21:16:46 UTC

[GitHub] [wicket] martin-g commented on a diff in pull request #555: Add Convenience Methods to BaseWicketTester

martin-g commented on code in PR #555:
URL: https://github.com/apache/wicket/pull/555#discussion_r1133148864


##########
wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java:
##########
@@ -1576,6 +1577,48 @@ public Component getComponentFromLastRenderedPage(String path)
 		return getComponentFromLastRenderedPage(path, true);
 	}
 
+	/**
+	 * TODO
+	 *
+	 * @param wicketId
+	 * @return
+	 */
+	public Optional<Component> getFirstComponentFromLastRenderedPageByWicketId(String wicketId) {

Review Comment:
   I think we can remove `FromLastRenderedPage` from the method names.



-- 
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: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org