private void test(String requestPath, String logicalPageName, String nestedComponentId,
String eventType, String... context) throws IOException
{
ActionLinkHandler handler = newActionLinkHandler();
Request request = mockRequest();
Response response = mockResponse();
ActionResponseGenerator generator = newMock(ActionResponseGenerator.class);
train_getPath(request, requestPath);
train_getParameter(request, InternalConstants.PAGE_CONTEXT_NAME, null);