AbstractJsfTestCase question

2008-05-19 Thread Venkataganesh Thoppae
New user of Shale Test framework. I'm trying to write some test cases for JSF 1.1 implementation using AbstractJsfTestCase. Experiencing few problems while trying to resolve some EL expressions programmatically. - MockVariableResolver not able to resolve array elements like

Re: AbstractJsfTestCase question

2008-05-19 Thread Venkataganesh Thoppae
that you must manually but the bean in the proper scope - Shale doesn't read faces-config. Sent from my iPhone On May 19, 2008, at 11:07 AM, Venkataganesh Thoppae [EMAIL PROTECTED] wrote: New user of Shale Test framework. I'm trying to write some test cases for JSF 1.1 implementation using

Re: AbstractJsfTestCase question

2008-05-20 Thread Venkataganesh Thoppae
. --Chris On May 19, 2008, at 1:06 PM, Venkataganesh Thoppae wrote: Yes, I know Shale doesn't read faces-config. Here is a sample implementation. public class MyTestCase extends AbstractJsfTestCase { //A valid someBean object is created in the request scope in setUp() @Test public void

Re: AbstractJsfTestCase question

2008-05-20 Thread Venkataganesh Thoppae
?view=markup -- Original message -- From: Venkataganesh Thoppae [EMAIL PROTECTED] Actually I missed that part while typing a sample code. But here is a clean test case runnable if you have shale-test-x.jar. Appreciate if someone could try this on their box