Author: s9tpepper Date: Fri Feb 17 02:01:25 2012 New Revision: 1245292 URL: http://svn.apache.org/viewvc?rev=1245292&view=rev Log: Added information to the source page regarding automated testing libraries for Apache Flex SDK.
Modified: incubator/flex/site/trunk/content/flex/source.mdtext Modified: incubator/flex/site/trunk/content/flex/source.mdtext URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/source.mdtext?rev=1245292&r1=1245291&r2=1245292&view=diff ============================================================================== --- incubator/flex/site/trunk/content/flex/source.mdtext (original) +++ incubator/flex/site/trunk/content/flex/source.mdtext Fri Feb 17 02:01:25 2012 @@ -30,6 +30,19 @@ This will get you everything: Including SVN overhead, this requires approximately 4 GB of storage. +## Apache Flex SDK Automated Testing Libraries + +We use [FlexUnit][4] for unit testing and [Mockolate][5] for mocks and test spies. +FlexUnit is in the initial phases of being donated to the Apache Flex project, more +information will be posted here as it becomes available. + +Information on Mustella based functional testing will become available here as soon as +the testing framework has finished going through the donation process from Adobe +to The Apache Software Foundation. + + [1]: http://subversion.apache.org [2]: http://svn.apache.org/viewvc/incubator/flex/trunk [3]: http://www.apache.org/dev/version-control.html +[4]: http://flexunit.org/ +[5]: http://mockolate.org/