Menu
Home
Blog
Add-ons
Forum
Wiki
Developers
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
components
testharness
basetests
test_helloWorld.js
Go to the documentation of this file.
1
30
function
runTest
() {
31
log
(
"Hello World"
);
32
return
Components.results.NS_OK;
33
}
34
runTest
function runTest()
Very basic "get it working" unit test.
Definition:
test_helloWorld.js:30
log
function log(s)
Definition:
head_songbird.js:350