<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>There is one gap in the article at this point. Right now it assumes the use of the weld-embedded container. That will work for basic managed bean tests, but it&#39;s not going to work for integration tests that require container services such as JMS and JPA. It also won&#39;t be sufficient when we need to test the real JSF life cycle. Therefore, I recommend adding a section about using real containers. For instance, JMS module needs this right out of the gate. </div>
</blockquote><div><br></div><div>I don&#39;t know if it&#39;s a job for this article or for Arquillian/JBossTesting in general but it would be handy to show the progression of a simple case from the standalone unit test to the full blown EE-integration test. Something along the lines of </div>
<div><br></div><div>* A simple junit-only test of a Calc class that returns the sum of two parameters</div><div>* Calc in embedded weld with some injection</div><div>* Calc goes servlet (HTMLUnit? Selenium?)</div><div>* Calc goes JSF-WAR web app (JSFUnit?)</div>
<div>* Calc goes JSF-EAR-JPA (DBUnit + loading of data + transactions etc)</div><div> </div></div>---<br>Nik<br>