掲示板

Portlet testing with PortletUnit

11年前 に Hari Dhanakoti によって更新されました。

Portlet testing with PortletUnit

New Member 投稿: 14 参加年月日: 12/07/22 最新の投稿
Hi,

I am now trying to test the portlet using PortletUnit based on IBM Portlet Unit. Have tested the same on sample they have provided.

PortletRunner runner = PortletRunner.createPortletRunner(portletClass, webInfDir, "SuperWallPortlet");

But, in my workspace i couldnt run the same it throws IOException with the above line. Any help will be appreciated.
thumbnail
11年前 に Paul . によって更新されました。

RE: Portlet testing with PortletUnit

Liferay Master 投稿: 522 参加年月日: 11/08/29 最新の投稿
Looks like an interesting framework for testing portlet, I was looking for something like it. Will give it a try. Can you give the full stack trace for your exception?