This commit is contained in:
Keith Donald
2008-10-17 22:00:17 +00:00
parent e22a042f92
commit 1967e96e96

View File

@@ -86,7 +86,7 @@ public void testStartBookingFlow() {
You goal should be to exercise all paths through the flow.
You can use the convenient <code>setCurrentState(String)</code> method to jump to the flow state where you wish to begin your test.
</para>
<programlisting><![CDATA[
<programlisting language="java"><![CDATA[
public void testEnterBookingDetails_Proceed() {
setCurrentState("enterBookingDetails");