Author: lfryc(a)redhat.com
Date: 2011-11-16 11:29:30 -0500 (Wed, 16 Nov 2011)
New Revision: 22942
Modified:
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml
Log:
RFPL-1841: Developers Guide: refer to Arquillian/JSFUnit instead of jsf-test
Modified:
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml
===================================================================
---
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml 2011-11-16
16:29:18 UTC (rev 22941)
+++
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml 2011-11-16
16:29:30 UTC (rev 22942)
@@ -275,8 +275,20 @@
<step
id="step-Developer_Guide-Using_RichFaces_with_Maven-Add_dependencies">
<title>Add test dependencies (optional)</title>
<para>
- Your root directory of your project contains a project descriptor file,
<filename>pom.xml</filename>. If you wish to include modules for test-driven
JSF development, add any dependencies for the tests to the
<filename>pom.xml</filename> file. For full details on how to use the
<productname>jsf-test</productname> project, refer to <ulink
url="http://community.jboss.org/docs/DOC-13155">http://commu...;.
+ Your root directory of your project contains a project descriptor file,
<filename>pom.xml</filename>. If you wish to include modules for test-driven
JSF development, add any dependencies for the tests to the
<filename>pom.xml</filename> file.
</para>
+ <para>
+ For testing server-side part of your implementation, check out
<ulink
url="http://www.jboss.org/arquillian"><productname>JBoss
Arquillian project</productname></ulink>.
+ </para>
+ <para>
+ If you want to test JSF from client's perspective with
ability to access state of JSF internals, use <ulink
url="http://www.jboss.org/jsfunit"><productname>JBoss JSFUnit
project</productname></ulink> (with Arquillian integration).
+ </para>
+ <para>
+ For automation of client-side tests in real-browser, you may want
to employ <ulink
url="http://community.jboss.org/wiki/ArquillianAjocado"><...
Ajocado</productname></ulink> and <ulink
url="https://docs.jboss.org/author/display/ARQ/Drone"><pr...
Drone</productname></ulink> extensions.
+ </para>
+ <para>
+ For mocking JSF environment, there is set of tools in RichFaces
<productname>jsf-test</productname> project. For full details on how to use
the <productname>jsf-test</productname> project, refer to article <ulink
url="http://community.jboss.org/docs/DOC-13155">Test Driven JSF
Development</ulink>.
+ </para>
</step>
<!--