[jboss-user] [JBoss Seam] - Re: How do we provide conversationId for unit testing?

pete.muir@jboss.org do-not-reply at jboss.com
Fri Jan 25 05:06:45 EST 2008


You should do an integration test and use FacesRequest

String cid = new FacesRequest("/foo.xhtml") {
  |  ...
  | }.run();
  | 
  | new FacesRequest("/bar.xhtml", cid) {
  | 
  | }.run();

and so on.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123374#4123374

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123374



More information about the jboss-user mailing list