Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BEBDD5E8 for ; Tue, 14 Aug 2012 16:21:45 +0000 (UTC) Received: (qmail 25800 invoked by uid 500); 14 Aug 2012 16:21:45 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 25758 invoked by uid 500); 14 Aug 2012 16:21:45 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 25751 invoked by uid 99); 14 Aug 2012 16:21:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 16:21:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 16:21:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6EFB32388BCD; Tue, 14 Aug 2012 16:20:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1372959 [15/32] - in /incubator/flex/trunk/mustella/asdoc-output: ./ AIR/ images/ skins/ Date: Tue, 14 Aug 2012 16:20:10 -0000 To: flex-commits@incubator.apache.org From: pent@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120814162017.6EFB32388BCD@eris.apache.org> Added: incubator/flex/trunk/mustella/asdoc-output/NoFail.html URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/asdoc-output/NoFail.html?rev=1372959&view=auto ============================================================================== --- incubator/flex/trunk/mustella/asdoc-output/NoFail.html (added) +++ incubator/flex/trunk/mustella/asdoc-output/NoFail.html Tue Aug 14 16:20:06 2012 @@ -0,0 +1,22 @@ +NoFail +
PackageTop Level
Classpublic class NoFail
InheritanceNoFail Inheritance Object

+ Class to report no failures. + allows tests to continue. Useful for bitmap replacement, etc +



Public Methods
 MethodDefined By
  
init(root:DisplayObject):void
[static] + Set a flag to ignore all failures (and don't report them) +
NoFail
Method Detail
init()method
public static function init(root:DisplayObject):void

+ Set a flag to ignore all failures (and don't report them) +

Parameters
root:DisplayObject





\ No newline at end of file Added: incubator/flex/trunk/mustella/asdoc-output/ObjectSnifferRemote.html URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/asdoc-output/ObjectSnifferRemote.html?rev=1372959&view=auto ============================================================================== --- incubator/flex/trunk/mustella/asdoc-output/ObjectSnifferRemote.html (added) +++ incubator/flex/trunk/mustella/asdoc-output/ObjectSnifferRemote.html Tue Aug 14 16:20:06 2012 @@ -0,0 +1,25 @@ +ObjectSnifferRemote +
PackageTop Level
Classpublic class ObjectSnifferRemote
InheritanceObjectSnifferRemote Inheritance Object

+ Displays object properties and values to SnifferRemoteClient +



Public Methods
 MethodDefined By
  
ObjectSnifferRemote
  
[static]
ObjectSnifferRemote
  
dumpObject(s:String):void
[static]
ObjectSnifferRemote
  
[static]
ObjectSnifferRemote
  
init(root:Object):void
[static]
ObjectSnifferRemote
  
listProperties(s:String):void
[static]
ObjectSnifferRemote
  
listProperties_cb(s:String):void
[static]
ObjectSnifferRemote
  
[static] + direct copy of UnitTester's stringToObject, except that it doesn't handle "script" + take an expression, find the object.
ObjectSnifferRemote
Constructor Detail
ObjectSnifferRemote()Constructor
public function ObjectSnifferRemote()



Method Detail
disableSniffer()method
public static function disableSniffer():void

dumpObject()method 
public static function dumpObject(s:String):void

Parameters
s:String

enableSniffer()method 
public static function enableSniffer():void

init()method 
public static function init(root:Object):void

Parameters
root:Object

listProperties()method 
public static function listProperties(s:String):void

Parameters
s:String

listProperties_cb()method 
public static function listProperties_cb(s:String):void

Parameters
s:String

stringToObject()method 
public static function stringToObject(s:*):*

+ direct copy of UnitTester's stringToObject, except that it doesn't handle "script" + take an expression, find the object. + handles mx_internal:propName + a.b.c + getChildAt() +

Parameters
s:*

Returns
*




\ No newline at end of file Added: incubator/flex/trunk/mustella/asdoc-output/Pause.html URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/asdoc-output/Pause.html?rev=1372959&view=auto ============================================================================== --- incubator/flex/trunk/mustella/asdoc-output/Pause.html (added) +++ incubator/flex/trunk/mustella/asdoc-output/Pause.html Tue Aug 14 16:20:06 2012 @@ -0,0 +1,46 @@ +Pause +
PackageTop Level
Classpublic class Pause
InheritancePause Inheritance TestStep Inheritance flash.events.EventDispatcher

+ The test step that sets a property to some value + MXML attributes: + + waitTarget (optional) + waitEvent (optional) + timeout +



Public Properties
 PropertyDefined By
  reason : String
Pause
 Inheritedtimeout : int = 3000
+ The number of milliseconds to wait before giving up +
timeout
 InheritedwaitEvent : String
+ The name of the event to listen for on the waitTarget +
waitEvent
 InheritedwaitTarget : String
+ The name of the object to listen for an event we're waiting on +
waitTarget
Protected Properties
 PropertyDefined By
 Inheritedcontext : UnitTester
+ The UnitTester that this step belongs to +
protected
 Inheritedroot : DisplayObject
+ The root for the SWF +
protected
 InheritedtestCase : TestCase
+ The TestCase that this step belongs to +
protected
 InheritedtestResult : TestResult
+ The TestResult for this TestCase +
protected
Public Methods
 MethodDefined By
  
execute(root:DisplayObject, context:UnitTester, testCase:TestCase, testResult:TestResult):Boolean
[override]
Pause
 Inherited
+ Called by the test case if you time out +
timeoutCallback
  
toString():String
[override] + customize string representation +
Pause
Protected Methods
 MethodDefined By
 Inherited
doStep():void
+ The method that gets called when it is time to perform the work in the step.
protected
 Inherited
+ The method that gets called when it is time to clean up the step.
protected
 Inherited
waitEventHandler(event:Event):void
+ The method that gets called back when the event we're waiting on fires +
protected
Property Detail
reasonproperty
public var reason:String

Method Detail
execute()method
override public function execute(root:DisplayObject, context:UnitTester, testCase:TestCase, testResult:TestRes ult):Boolean

Parameters
root:DisplayObject
 
context:UnitTester
 
testCase:TestCase
 
testResult:TestResult

Returns
Boolean
toString()method 
override public function toString():String

+ customize string representation +

Returns
String




\ No newline at end of file Added: incubator/flex/trunk/mustella/asdoc-output/PixelSnifferRemote.html URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/asdoc-output/PixelSnifferRemote.html?rev=1372959&view=auto ============================================================================== --- incubator/flex/trunk/mustella/asdoc-output/PixelSnifferRemote.html (added) +++ incubator/flex/trunk/mustella/asdoc-output/PixelSnifferRemote.html Tue Aug 14 16:20:06 2012 @@ -0,0 +1,17 @@ +PixelSnifferRemote +
PackageTop Level
Classpublic class PixelSnifferRemote
InheritancePixelSnifferRemote Inheritance Object

+ Displays positions and pixel colors to SnifferRemoteClient.swf +



Public Methods
 MethodDefined By
  
PixelSnifferRemote
  
[static]
PixelSnifferRemote
  
[static]
PixelSnifferRemote
  
init(root:Object):void
[static]
PixelSnifferRemote
Constructor Detail
PixelSnifferRemote()Constructor
public function PixelSnifferRemote()



Method Detail
disableSniffer()method
public static function disableSniffer():void

enableSniffer()method 
public static function enableSniffer():void

init()method 
public static function init(root:Object):void

Parameters
root:Object





\ No newline at end of file Added: incubator/flex/trunk/mustella/asdoc-output/PlaybackControl.html URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/asdoc-output/PlaybackControl.html?rev=1372959&view=auto ============================================================================== --- incubator/flex/trunk/mustella/asdoc-output/PlaybackControl.html (added) +++ incubator/flex/trunk/mustella/asdoc-output/PlaybackControl.html Tue Aug 14 16:20:06 2012 @@ -0,0 +1,24 @@ +PlaybackControl +
PackageTop Level
Classpublic class PlaybackControl
InheritancePlaybackControl Inheritance Object

+ A "marker" class that causes test scripts to write out + bitmaps to the urls instead of reading and comparing + so that baselines/reference-points can be created for + future comparing. +



Public Methods
 MethodDefined By
  
init(root:DisplayObject):void
[static] + Mixin callback that gets everything ready to go.
PlaybackControl
  
pause():void
[static]
PlaybackControl
  
playback():void
[static]
PlaybackControl
  
step():void
[static]
PlaybackControl
Method Detail
init()method
public static function init(root:DisplayObject):void

+ Mixin callback that gets everything ready to go. + The UnitTester waits for an event before starting +

Parameters
root:DisplayObject

pause()method 
public static function pause():void

playback()method 
public static function playback():void

< tr>
step()method 
public static function step():void





\ No newline at end of file