Members
-
name :string
The name of the class.
-
Details
-
<private> _privateMember :string
A private member of the class.
-
Details
Methods
-
testMethod( value, obj [, ...objN ] ) → {Object}
This is a test instance method of the global test class, test
markdown -
Parameters
Name Type Attributes Description value* Any value, test
markdownobjObject The first object of what could be many, test
markdownobjNObject <optional>
<repeatable>Any additional objects, test
markdownReturns
Details
-
testMethod( type )
This is a test instance method of the global test class to check that global type definitions are documented.
-
Parameters
Name Type Description typeSomeType The parameter which is of type SomeType
Details