__subject Class
Mock
Methods
extend
(
-
[initialize]
-
protoProps
-
staticProps
Define a function that when run will return an instance of its prototype object.
All arguments passed to the extend method
will be passed on to this.prototype.extend
method.
Parameters:
-
[initialize]
Function optional -
protoProps
Object -
staticProps
Object
proto
()
Augments the prototype.
Properties
prototype
Object
The prototype object.
When the __subject function is run, it will
create an instance of this.prototype
and call its
initialize method.