Maqueby DevelopmentArc Supports: SDk 3.x, SDk 4.x, AIR 2.x, AIR 3.x |
||
| Maque is a cross-platform, desktop-based development tool that is designed to help developers create, test, and maintain web-enabled applications in a variety of spaces such as mobile, web, and desktop. With a built-in HTTP Server, developers can create mock data services to develop and test their applications. Maque also provides the ability to create and dynamically modify JSON, HTML, and XML documents in an easy to use UI. | ||
| Getting Started: | http://support.maqueapp.com/kb | |
| Download: | http://maqueapp.com/ | |
Mockolateby Drew Bourne Supports: SDk 3.x, SDk 4.x, AIR 2.x, AIR 3.x |
||
| Mockolate provides Mock Objects and Test Spies for ActionScript 3. A Mock Object can be used to simulate the behavior of complex, real (non-mock) objects when using the real object would be impractical or impossible. Mock Objects can help you determine when an object is slow (like a database or webservice); is non-deterministic (like the current time); or has states that are difficult to reproduce (like network connections). A Test Spy records which methods are called, which getters are got, which setters are set. The handler (typically a TestCase) can then check the facts against what should or should not have happened and take action. | ||
| Getting Started: | http://mockolate.org/mockolate.html | |
| Download: | https://github.com/drewbourne/mockolate/downloads | |