You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2014/03/30 19:42:10 UTC

svn commit: r1583164 - /flex/site/trunk/content/flexunit/tutorial/index.cmsPage

Author: quetwo
Date: Sun Mar 30 17:42:10 2014
New Revision: 1583164

URL: http://svn.apache.org/r1583164
Log:
Working with Apache FlexUnit Tutorial Pages

Modified:
    flex/site/trunk/content/flexunit/tutorial/index.cmsPage

Modified: flex/site/trunk/content/flexunit/tutorial/index.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/flexunit/tutorial/index.cmsPage?rev=1583164&r1=1583163&r2=1583164&view=diff
==============================================================================
--- flex/site/trunk/content/flexunit/tutorial/index.cmsPage (original)
+++ flex/site/trunk/content/flexunit/tutorial/index.cmsPage Sun Mar 30 17:42:10 2014
@@ -1,6 +1,24 @@
 Title:  Apache FlexUnit Tutorial
 
-   * [Introduction](flexunit/Introduction.html)
+Welcome to the Apache FlexUnit Tutorial!
+----------------------------------------
+
+This course is divided into units, most of which present new information and contain walkthroughs. At the end of each unit, you will find a summary of the unit’s content. The following are used throughout the guide:
+
+   * Concepts introduce new information.
+   * Demonstrations illustrate new concepts.
+   * Walkthroughs guide you through procedures.
+   * Summaries provide a brief synopsis of the unit’s content.
+   * Reviewing the Course Prerequisites
+
+To gain the most from this class, you should already:
+
+   * Be comfortable [building applications](http://flex.apache.org/doc-getstarted.html) in Flex
+   * Be familiar with both [AS3 and MXML](http://help.adobe.com/en_US/flex/using/index.html)
+
+Tutorial Units:
+------------------
+
    * [Introducing FlexUnit 4.1](flexunit/Unit-1.html)
    * [Overview of Testing Terms and Terminology](flexunit/Unit-2.html)
    * [FlexUnit Capabilities](flexunit/Unit-3.html)