You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/03/16 01:53:44 UTC

[66/67] [abbrv] git commit: [flex-flexunit] [refs/heads/master] - Merge branch 'refs/heads/FlexUnitTutorial' into FlexUnitTutorial2

Merge branch 'refs/heads/FlexUnitTutorial' into FlexUnitTutorial2


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/9b92b2f8
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/9b92b2f8
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/9b92b2f8

Branch: refs/heads/master
Commit: 9b92b2f8be6c9752dde346e9f4e17e60fdd4bebd
Parents: cd1333a 68f0bd3
Author: cyrillzadra <cy...@gmail.com>
Authored: Sun Sep 15 23:38:59 2013 +0200
Committer: cyrillzadra <cy...@gmail.com>
Committed: Sun Sep 15 23:38:59 2013 +0200

----------------------------------------------------------------------
 FlexUnit4AntTasks/build.xml                     |  32 +-
 FlexUnit4FlexCoverListener/build.xml            |  32 +-
 FlexUnit4Test/build.xml                         |  32 +-
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Complete/FlexUnit4Training/.flexProperties  |  18 +
 .../Complete/FlexUnit4Training/.fxpProperties   |  32 +
 .../Unit1/Complete/FlexUnit4Training/.project   |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../Unit1/Complete/FlexUnit4Training/build.xml  | 104 +++
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/math/Donut.as       |  40 +
 .../tests/math/testcases/BasicCircleTest.as     |  85 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training/.flexProperties     |  18 +
 .../Start/FlexUnit4Training/.fxpProperties      |  32 +
 .../Unit1/Start/FlexUnit4Training/.project      |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../Unit1/Start/FlexUnit4Training/build.xml     | 104 +++
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../Start/FlexUnit4Training/src/assets/1.jpg    | Bin 0 -> 16146 bytes
 .../Start/FlexUnit4Training/src/assets/2.jpg    | Bin 0 -> 13636 bytes
 .../Start/FlexUnit4Training/src/assets/3.jpg    | Bin 0 -> 9528 bytes
 .../Start/FlexUnit4Training/src/assets/4.jpg    | Bin 0 -> 11967 bytes
 .../Start/FlexUnit4Training/src/assets/5.jpg    | Bin 0 -> 11536 bytes
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/math/Donut.as       |  40 +
 .../digitalprimates/math/layout/CircleLayout.as |  80 ++
 .../tests/math/testcases/BasicCircleTest.as     |  85 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 136 ++++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  39 +
 .../tests/math/testcases/CircleSuite.as         |  28 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 136 ++++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  52 ++
 .../tests/math/testcases/CircleSuite.as         |  28 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt3/.flexProperties       |  18 +
 .../FlexUnit4Training_wt3/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt3/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  59 ++
 .../tests/math/testcases/CircleSuite.as         |  28 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt3/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt4/.flexProperties       |  18 +
 .../FlexUnit4Training_wt4/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt4/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  29 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../FlexUnit4Training_wt4/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit10/Start/FlexUnit4Training_wt1/.project |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit10/Start/FlexUnit4Training_wt2/.project |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 136 ++++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  39 +
 .../tests/math/testcases/CircleSuite.as         |  28 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt3/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt3/.fxpProperties  |  32 +
 .../Unit10/Start/FlexUnit4Training_wt3/.project |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 136 ++++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  52 ++
 .../tests/math/testcases/CircleSuite.as         |  28 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt3/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt4/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt4/.fxpProperties  |  32 +
 .../Unit10/Start/FlexUnit4Training_wt4/.project |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  28 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt4/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  45 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  62 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt3/.flexProperties       |  18 +
 .../FlexUnit4Training_wt3/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt3/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt3/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit11/Start/FlexUnit4Training_wt1/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  29 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit11/Start/FlexUnit4Training_wt2/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  52 ++
 .../tests/math/testcases/GetPointsTest.as       |  45 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt3/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt3/.fxpProperties  |  32 +
 .../Unit11/Start/FlexUnit4Training_wt3/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  62 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt3/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit12/Start/FlexUnit4Training_wt1/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  26 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  30 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  28 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  30 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt3/.flexProperties       |  18 +
 .../FlexUnit4Training_wt3/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt3/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  28 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../async/testcases/ServiceSequenceTest.as      |  63 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  30 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt3/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit13/Start/FlexUnit4Training_wt1/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit13/Start/FlexUnit4Training_wt2/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  26 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  30 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt3/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt3/.fxpProperties  |  32 +
 .../Unit13/Start/FlexUnit4Training_wt3/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  28 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  30 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt3/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../async/testcases/ServiceSequenceTest.as      |  64 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   |  58 ++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../async/testcases/ServiceSequenceTest.as      |  64 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   | 105 +++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit14/Start/FlexUnit4Training_wt1/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../async/testcases/ServiceSequenceTest.as      |  64 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  77 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  30 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit14/Start/FlexUnit4Training_wt2/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  62 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  74 ++
 .../async/testcases/ServiceSequenceTest.as      |  64 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   |  58 ++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt1/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt1/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt1/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt1/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt1/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  87 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   | 105 +++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt2/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt2/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt2/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt2/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt2/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  87 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 137 ++++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   | 105 +++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit15/Start/FlexUnit4Training_wt1/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt1/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt1/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt1/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt1/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt1/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   | 105 +++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit15/Start/FlexUnit4Training_wt2/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt2/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt2/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt2/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt2/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt2/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  87 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  78 ++
 .../tests/login/testcases/LoginStartupTest.as   | 105 +++
 .../tests/login/testcases/LoginSuite.as         |  25 +
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../Complete/FlexUnit4Training_wt1/build.xml    | 104 +++
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../FlexUnit4Training_wt1/libs/build.xml        | 104 +++
 .../libs/flexUnitTasks-4.1.0.jar                | Bin 0 -> 592892 bytes
 .../src/FlexUnit4Training.mxml                  |  54 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt1/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt1/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt1/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt1/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt1/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  73 ++
 .../tests/login/testcases/LoginSuite.as         |  26 +
 .../tests/login/testcases/LoginTest.as          | 103 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../Complete/FlexUnit4Training_wt2/build.xml    | 104 +++
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../FlexUnit4Training_wt2/libs/build.xml        | 104 +++
 .../libs/flexUnitTasks-4.1.0.jar                | Bin 0 -> 592892 bytes
 .../src/FlexUnit4Training.mxml                  |  54 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt2/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt2/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt2/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt2/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt2/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  73 ++
 .../tests/login/testcases/LoginSuite.as         |  26 +
 .../tests/login/testcases/LoginTest.as          | 103 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 FlexUnit4Tutorials/Unit16/FlexUnitCI/Ant.zip    | Bin 0 -> 10835815 bytes
 .../Unit16/FlexUnitCI/TestSwf.swf               | Bin 0 -> 72713 bytes
 FlexUnit4Tutorials/Unit16/FlexUnitCI/build.xml  | 104 +++
 .../FlexUnitCI/flashplayer_10_sa_debug.app.zip  | Bin 0 -> 9038990 bytes
 .../FlexUnitCI/flashplayer_10_sa_debug.exe      | Bin 0 -> 6541264 bytes
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit16/Start/FlexUnit4Training_wt1/.project |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../Start/FlexUnit4Training_wt1/build.xml       | 104 +++
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../Start/FlexUnit4Training_wt1/libs/build.xml  | 104 +++
 .../libs/flexUnitTasks-4.1.0.jar                | Bin 0 -> 592892 bytes
 .../src/FlexUnit4Training.mxml                  |  50 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt1/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt1/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt1/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt1/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt1/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  73 ++
 .../tests/login/testcases/LoginSuite.as         |  26 +
 .../tests/login/testcases/LoginTest.as          | 103 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit16/Start/FlexUnit4Training_wt2/.project |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../Start/FlexUnit4Training_wt2/build.xml       | 104 +++
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../Start/FlexUnit4Training_wt2/libs/build.xml  | 104 +++
 .../libs/flexUnitTasks-4.1.0.jar                | Bin 0 -> 592892 bytes
 .../src/FlexUnit4Training.mxml                  |  54 ++
 .../src/SampleCircleLayout.mxml                 |  35 +
 .../FlexUnit4Training_wt2/src/assets/1.jpg      | Bin 0 -> 16146 bytes
 .../FlexUnit4Training_wt2/src/assets/2.jpg      | Bin 0 -> 13636 bytes
 .../FlexUnit4Training_wt2/src/assets/3.jpg      | Bin 0 -> 9528 bytes
 .../FlexUnit4Training_wt2/src/assets/4.jpg      | Bin 0 -> 11967 bytes
 .../FlexUnit4Training_wt2/src/assets/5.jpg      | Bin 0 -> 11536 bytes
 .../async/PrimeNumberGenerator.as               |  84 ++
 .../components/layout/CircleLayout.as           |  80 ++
 .../components/login/LoginComponent.mxml        |  74 ++
 .../event/PrimeGeneratorEvent.as                |  35 +
 .../digitalprimates/event/StubServiceEvent.as   |  33 +
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../src/net/digitalprimates/stub/ServiceStub.as |  91 +++
 .../tests/async/testcases/AsyncSuite.as         |  27 +
 .../tests/async/testcases/BasicTimerTest.as     |  66 ++
 .../async/testcases/PrimeNumberGeneratorTest.as |  75 ++
 .../async/testcases/ServiceSequenceTest.as      |  71 ++
 .../tests/fu1/TestAssert.as                     | 563 +++++++++++++
 .../tests/helper/GetPointsDataHelper.as         |  75 ++
 .../tests/helper/NumberDataHelper.as            |  75 ++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/helper/UserAndPasswordDataHelper.as   |  73 ++
 .../tests/login/testcases/LoginSuite.as         |  26 +
 .../tests/login/testcases/LoginTest.as          | 103 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleMockTest.as      |  60 ++
 .../tests/math/testcases/CircleSuite.as         |  30 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../tests/math/testcases/DistanceTest.as        |  51 ++
 .../tests/math/testcases/GetPointsTest.as       |  64 ++
 .../tests/testcases/AllSuites.as                |  34 +
 .../tests/xml/circlePoints.xml                  |  76 ++
 .../tests/xml/numberList.xml                    |  39 +
 .../FlexUnit4Training_wt2/tests/xml/radii.xml   |  30 +
 .../tests/xml/usersAndPasswords.xml             |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  33 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit2/Start/FlexUnit4Training_wt1/.project  |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  22 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  84 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  50 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  94 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt3/.flexProperties       |  18 +
 .../FlexUnit4Training_wt3/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt3/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     | 114 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit4/Start/FlexUnit4Training_wt1/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  33 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit4/Start/FlexUnit4Training_wt2/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  84 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt3/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt3/.fxpProperties  |  32 +
 .../Unit4/Start/FlexUnit4Training_wt3/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../libs/flexUnitTasks-4.1.0.jar                | Bin 0 -> 592892 bytes
 .../src/FlexUnit4Training.mxml                  |  50 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     |  94 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     | 118 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     | 123 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt3/.flexProperties       |  18 +
 .../FlexUnit4Training_wt3/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt3/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 115 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt4/.flexProperties       |  18 +
 .../FlexUnit4Training_wt4/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt4/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  48 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  45 ++
 .../tests/math/testcases/BasicCircleTest.as     | 115 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit5/Start/FlexUnit4Training_wt1/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     | 114 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit5/Start/FlexUnit4Training_wt2/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     | 118 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt3/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt3/.fxpProperties  |  32 +
 .../Unit5/Start/FlexUnit4Training_wt3/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  47 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/math/testcases/BasicCircleTest.as     | 123 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt4/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt4/.fxpProperties  |  32 +
 .../Unit5/Start/FlexUnit4Training_wt4/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  45 ++
 .../tests/math/testcases/BasicCircleTest.as     | 115 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  45 ++
 .../tests/math/testcases/BasicCircleTest.as     | 114 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  45 ++
 .../tests/math/testcases/BasicCircleTest.as     | 137 ++++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit6/Start/FlexUnit4Training_wt1/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 114 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit6/Start/FlexUnit4Training_wt2/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  45 ++
 .../tests/math/testcases/BasicCircleTest.as     | 114 +++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  26 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit7/Start/FlexUnit4Training_wt1/.project  |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 139 ++++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit7/Start/FlexUnit4Training_wt2/.project  |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  42 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt2/.flexProperties       |  18 +
 .../FlexUnit4Training_wt2/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt2/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  45 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt3/.flexProperties       |  18 +
 .../FlexUnit4Training_wt3/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt3/.project     |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  69 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit8/Start/FlexUnit4Training_wt1/.project  |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  26 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt2/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt2/.fxpProperties  |  32 +
 .../Unit8/Start/FlexUnit4Training_wt2/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  42 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt3/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt3/.fxpProperties  |  32 +
 .../Unit8/Start/FlexUnit4Training_wt3/.project  |  35 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  45 ++
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../FlexUnit4Training_wt1/.flexProperties       |  18 +
 .../FlexUnit4Training_wt1/.fxpProperties        |  32 +
 .../Complete/FlexUnit4Training_wt1/.project     |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  73 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 .../FlexUnitApplicationLastRun.xml              |  22 +
 .../FlexUnitApplicationLastSelection.xml        |  22 +
 .../Start/FlexUnit4Training_wt1/.flexProperties |  18 +
 .../Start/FlexUnit4Training_wt1/.fxpProperties  |  32 +
 .../Unit9/Start/FlexUnit4Training_wt1/.project  |  34 +
 .../.settings/org.eclipse.core.resources.prefs  |  18 +
 .../html-template/history/history.css           |  22 +
 .../html-template/history/history.js            | 726 +++++++++++++++++
 .../html-template/history/historyFrame.html     |  45 ++
 .../html-template/index.template.html           | 121 +++
 .../html-template/playerProductInstall.swf      | Bin 0 -> 657 bytes
 .../html-template/swfobject.js                  | 793 +++++++++++++++++++
 .../src/FlexUnit4Training.mxml                  |  45 ++
 .../src/net/digitalprimates/math/Circle.as      | 131 +++
 .../tests/helper/RadiiDataHelper.as             |  64 ++
 .../tests/matcher/CloseToPointMatcher.as        |  46 ++
 .../tests/math/testcases/BasicCircleTest.as     | 133 ++++
 .../math/testcases/CircleConstructorTest.as     |  31 +
 .../tests/math/testcases/CircleSuite.as         |  27 +
 .../tests/math/testcases/CircleTheory.as        |  69 ++
 .../FlexUnit4Training_wt1/tests/xml/radii.xml   |  30 +
 README                                          |   1 -
 1792 files changed, 196314 insertions(+), 49 deletions(-)
----------------------------------------------------------------------