WritingFennecTests: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "= Some useful pages = * [https://wiki.mozilla.org/User:MarkFinkle/RunningTests mfinkle's page] * [https://wiki.mozilla.org/User_talk:Wesj/Tests wesj's page]")
 
Line 1: Line 1:
= What kinds of tests should be written =
* '''xpcshell''' tests, can properly test e10s stuff
**See example tests in
*** [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/contentprefs/tests/unit_ipc/ contentprefs]
*** Permissions messaging - {{bug|599428}}
** Tips:
*** Synchronize child&parent using the process message managers.
* TODO: other kinds
= Some useful pages =
= Some useful pages =


* [https://wiki.mozilla.org/User:MarkFinkle/RunningTests mfinkle's page]
* [https://wiki.mozilla.org/User:MarkFinkle/RunningTests mfinkle's page]
* [https://wiki.mozilla.org/User_talk:Wesj/Tests wesj's page]
* [https://wiki.mozilla.org/User_talk:Wesj/Tests wesj's page]

Revision as of 00:58, 2 October 2010

What kinds of tests should be written

  • xpcshell tests, can properly test e10s stuff
    • See example tests in
    • Tips:
      • Synchronize child&parent using the process message managers.
  • TODO: other kinds

Some useful pages