Test.Unit.Testcase

In addition to the methods and properties listed below, it should be noted that this class’s prototype is an extension of the Test.Unit.Assertions class.

Signature

Methods:

initialize: function(name, test, setup, teardown)
wait: function(time, nextPart)
run: function()

Properties


name: String
isWaiting: Boolean
timeToWait: Number (refers to milliseconds)
setup: Function
teardown: Function