This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch flexdoc in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit df41429f52b923ecb35800c86e6cb5303a27b012 Author: Josh Tynjala <[email protected]> AuthorDate: Tue Sep 16 13:56:41 2025 -0700 using: quick page for FlexUnit in testing and automation section --- content/doc/flex/using/flx_p8_qa_automation.html | 1 + content/doc/flex/using/flx_unit_testing.html | 45 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/content/doc/flex/using/flx_p8_qa_automation.html b/content/doc/flex/using/flx_p8_qa_automation.html index e2b53d2af..5eb437e17 100644 --- a/content/doc/flex/using/flx_p8_qa_automation.html +++ b/content/doc/flex/using/flx_p8_qa_automation.html @@ -27,6 +27,7 @@ <li><a href="flx_performance_pe.html">Optimizing applications</a></li> <li><a href="flx_layoutperformance_lp.html">Improving startup performance</a></li> <li><a href="flx_anttasks_an.html">Ant tasks</a></li> +<li><a href="flx_unit_testing.html">Unit testing with FlexUnit</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/flx_unit_testing.html b/content/doc/flex/using/flx_unit_testing.html new file mode 100644 index 000000000..69d9f6d3a --- /dev/null +++ b/content/doc/flex/using/flx_unit_testing.html @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html lang="en-us" xml:lang="en-us"> +<head> +<meta name="DC.Type" content="topic"/> +<meta name="DC.Title" content="Dynamically repeating controls and containers"/> +<meta name="DC.Format" content="XHTML"/> +<meta name="DC.Identifier" content="WS2db454920e96a9e51e63e3d11c0bf69084-7b42_verapache"/> +<title>Unit testing with FlexUnit</title> +</head> +<body id="WS2db454920e96a9e51e63e3d11c0bf69084-7b42_verapache"><a name="WS2db454920e96a9e51e63e3d11c0bf69084-7b42_verapache"><!-- --></a> + + <div> + <p>FlexUnit is available to automate unit and integration testing for Flex + applications and libraries written in ActionScript.</p> + + <p>To learn how to use FlexUnit, see the <a href="/flexunit/tutorial/">Apache FlexUnit Tutorial</a>.</p> + + <p>To download FlexUnit, visit the <a href="/download-flexunit.html">Download Apache FlexUnit page</a>.</p> + </div> + <div> + + <p>Adobe and Adobe Flash are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries and are used by permission from Adobe. No other license to the Adobe trademarks are granted.</p> + </div> + + +</body> +</html> \ No newline at end of file
