2 Replies Latest reply on Mar 27, 2009 9:20 PM by ssilvert

    Where is jsfunit Seam is support in GA

    teknologist

      Hi,

      First thanks for doing such a great testing framework.

      I have a question, I downloaded JSFUnit GA and can't seam to find the seam facades.

      I have rolled back to 1.00Betat for the moment.

      I am using Booking example as a model.

      Am I doing something wrong ?

      Thanks in advance,

      Eric

        • 1. Re: Where is jsfunit Seam is support in GA
          teknologist

          I think I got it digging aound.

          The seam examples from Beta 3 are obsolete because of the change to htmlunit right ?

          I have succesfully adapted the logic to the new behavior in 1.0.0GA...

          I guess that's why there is no mention of Seam in the wiki...

          Please let me know if i dot it wrong...

          Thanks again for this great framework!

          Suits JSF/Seam/RichFaces like a glove!

          • 2. Re: Where is jsfunit Seam is support in GA
            ssilvert

            Thanks for the kind words.

            For GA, I put all the Seam logic under the covers in the core module. So JSFUnit detects if you are using Seam and then acts accordingly. From a developer standpoint, the only Seam-specific thing you need to know is the "seamconversation" identifier that is used as an EL reserved word (only in a JSFUnit test). It comes into play when you call JSFServerSession.getManagedBeanValue(). See http://www.jboss.org/community/docs/DOC-10963.

            Stan