canmove, Confirmed users
2,041
edits
(→Tests) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=B2G | =B2G WebAPI Test Plan Template= | ||
== Summary == | == Summary == | ||
Line 41: | Line 41: | ||
If user prefs can turn the API on or off or otherwise modify its operation, describe them here. | If user prefs can turn the API on or off or otherwise modify its operation, describe them here. | ||
=== [http://mxr.mozilla.org/mozilla-central/source/nsISomeInterface.idl | === [http://mxr.mozilla.org/mozilla-central/source/nsISomeInterface.idl nsISomeInterface] : nsISomeParent === | ||
==== Attributes ==== | ==== Attributes ==== | ||
* | * <tt>readonly DOMString someAttribute</tt><br>Values can be foo, bar, baz, bam | ||
* <tt>readonly DOMString anotherAttribute</tt><br>More info about attribute | |||
==== Methods ==== | ==== Methods ==== | ||
* <tt>boolean someMethod(in DOMString param)</tt> | * <tt>boolean someMethod(in DOMString param)</tt> | ||
* <tt>void anotherMethod()</tt> | * <tt>void anotherMethod()</tt> | ||
==== Events ==== | ==== Events ==== | ||
* <tt> | * <tt>onsomeevent</tt> | ||
== Tests == | == Tests == |