I use the JUnit 4 annotations as well. The specific problem is as coded,
this test will pass when any of the lines throw the expected exception. You
want the final line to throw the exception, but if your code breaks and the
remove method starts throwing this exception, this test will pass. In
Can you please enter an issue in JIRA for this so I don't forget to
make the change?
http://issues.appfuse.org
Thanks!
Matt
On Thu, Feb 25, 2010 at 11:15 AM, Ted Bergeron wrote:
> I use the JUnit 4 annotations as well. The specific problem is as coded,
> this test will pass when any of the lin
thanks for quick response..
My url is like this.. login.action is common action for all, it varies
according to method and params.
login.action?method=postLogin#'show_request_ticket','form','gridName=OPEN_REQUESTS&formName=Ticket&title=My
Requests'
is any other api or way to shorten this url?