Inheritance1 | ||
open | /SystemWebExtensionsAUT/EnhancingJavaScript/Inheritance.aspx | |
click | link=Object Creation | |
assertAlert | glob:Jane | |
assertAlert | Jane Doe (jane.doe@example.com) | |
assertAlert | Demo.Person | |
assertAlert | Jane | |
assertAlert | Jane Doe (jane.doe@example.com) | |
click | link=Object Dispose | |
assertAlert | John | |
assertAlert | bye John Doe | |
click | link=Public vs. Private Properties | |
assertAlert | aPerson._firstName = John | |
assertAlert | aPersona.getFirstName() = John | |
click | link=Instance Methods | |
assertAlert | Sending mail to john.doe@example.com ... | |
click | link=Overriden Methods | |
assertAlert | John Doe (john.doe@example.com) Programmer Platform |
|
click | link=Instance Of Check | |
assertAlert | John Doe is an Employee instance. Title property: Programmer |