0 Replies Latest reply on Sep 21, 2009 6:42 PM by blabno

    SeamTest what,where,etc.

    blabno

      We need a good tutorial on SeamTest. I've experimented with it a lot and still have lots of questions.


      Seam exapmles have sample tests but i consider them wrong. i.e. putting assertions inside renderResponse (and other jsf lifecycle methods) is dangerous, cause sometimes renderResponse is not called. Take a look at AbstractSeamTest.Request.emulateJsfLifecycle() method, mystic skipRender() jumps in and bye,bye renderResponse.
      How am I suppose to test if redirect worked ?