Attributes inherited from <view>
aaactive, aadescription, aaname, aasilent, aatabindex, align, backgroundrepeat, bgcolor, cachebitmap, capabilities, clickable, clickregion, clip, colortransform, context, contextmenu, cornerradius, cursor, fgcolor, focusable, focustrap, font, fontsize, fontstyle, frame, framesloadratio, hasdirectionallayout, hassetheight, hassetwidth, height, layout, loadratio, mask, opacity, pixellock, playing, proxyurl, resource, resourceheight, resourcewidth, rotation, shadowangle, shadowblurradius, shadowcolor, shadowdistance, showhandcursor, source, stretches, subviews, tintcolor, totalframes, unstretchedheight, unstretchedwidth, usegetbounds, valign, visibility, visible, width, x, xoffset, xscale, y, yoffset, yscale
Attributes inherited from <node>
classroot, cloneManager, data, datapath, defaultplacement, id, ignoreplacement, immediateparent, inited, initstage, name, nodeLevel, options, parent, placement, styleclass, subnodes, transition
Methods
-
-
Test.assertEquals(expected, actual, message);
Assert that an actual value equals (==) an expected value.
-
-
Test.assertFalse(condition, assertion);
Assert that a condition is false.
Note that this tests that condition, if supplied as the argument
to an if statement, would cause the else clause to be chosen.
This does not test that condition == false, or that condition
=== false, use assertEquals or assertSame to make such tests.
-
-
Test.assertNotNull(object, message);
Assert that a value is not (!==) null.
-
-
Test.assertNotSame(expected, actual, message);
Assert that an actual value is not the same as (!==) an expected
value.
-
-
Test.assertNotUndefined(object, message);
Assert that a value is not undefined.
-
-
Test.assertNull(object, message);
Assert that a value is (===) null.
-
-
Test.assertSame(expected, actual, message);
Assert that an actual value is the same as (===) an expected
value.
-
-
Test.assertTrue(condition, assertion);
Assert that a condition is true.
Note that this tests that condition, if supplied as the argument
to an if statement, would cause the then clause to be chosen.
This does not test that condition == true, or that condition
=== true, use assertEquals or assertSame to make such tests.
-
-
Test.assertUndefined(object, message);
Assert that a value is undefined.
-
-
Test.assertWithin(expected, actual, delta, message);
Assert that an actual value is within delta of an expected value.
-
-
Test.displayMessage(...args);
Output a message on the result display
Outputs a message without affecting the success/failure state of the test
-
-
-
-
Methods inherited from <view>
bringToFront, containsPt, getAttributeRelative, getBounds, getColor, getColorTransform, getCurrentTime, getDepthList, getDisplayObject, getID3, getMouse, getNextSelection, getPan, getPrevSelection, getProxyURL, getTotalTime, getVolume, init, isBehind, isInFrontOf, isMouseOver, measureHeight, measureWidth, play, proxyurl, searchSubviews, seek, sendAAEvent, sendBehind, sendInFrontOf, sendToBack, setAccessible, setAttributeRelative, setColor, setColorTransform, setPan, setProxyPolicy, setSource, setVolume, shouldYieldFocus, stop, unload, updateResourceSize
Methods inherited from <node>
animate, applyConstraintMethod, applyData, childOf, completeInstantiation, construct, createChildren, dataBindAttribute, destroy, determinePlacement, getOption, getUID, init, lookupSourceLocator, releaseConstraint, releaseConstraintMethod, searchImmediateSubnodes, searchSubnodes, setOption, setSelected, updateData
Events inherited from <view>
onaddsubview, onbackgroundrepeat, onblur, onclick, onclickable, onclip, oncontext, oncornerradius, ondblclick, onerror, onfocus, onframe, onframesloadratio, ongesture, onheight, onkeydown, onkeyup, onlastframe, onload, onloadratio, onmousedown, onmousedragin, onmousedragout, onmouseout, onmouseover, onmousetrackout, onmousetrackover, onmousetrackup, onmouseup, onmouseupoutside, onopacity, onplay, onplaying, onremovesubview, onshadowangle, onshadowblurradius, onshadowcolor, onshadowdistance, onstop, ontimeout, ontouch, onvisible, onwidth, onx, ony