Closed
Bug 846685
Opened 12 years ago
Closed 12 years ago
Standardize metro-chrome fixture lifecycle to prepare/run/reset in each test
Categories
(Firefox for Metro Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfoster, Assigned: sfoster)
References
Details
Attachments
(1 file)
2.10 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
The metro chrome test runner should support a way for fixtures to prepare and reset their world before/after each test runs
Assignee | ||
Comment 1•12 years ago
|
||
Changes to the main run-tests loop so optional setUp and tearDown methods found on the test objectc will be run inside a Task (i.e. optionally asnyc).
Attachment #719900 -
Flags: review?(jmathies)
Updated•12 years ago
|
Attachment #719900 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 2•12 years ago
|
||
was going to add that if strong feelings exist about humpBack naming we can do setup/run/teardown. I have none.
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Assignee: nobody → sfoster
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•