- Add ability to save all matched args and call a function with them in mock.will()
- Add ability to mock globals
- Add ability to call global with savedArgs
- Add ability to reuse savedArgs
- Add ability to continue an async test
- Add ability for test fixture's SetUp to defer RunTest until conditions are right and call function.
- Add tests for generated async test
- Add one print preview test to expect a global function to be called.
- Defer TearDown to testDone so async tests aren't torn down until they're complete.
- Try the SetUp call so errors are shown.
R=mmenke@chromium.org,dtseng@chromium.org,arv@chromium.org
BUG=
91737
TEST=browser_tests --gtest_filter=PrintPreviewWebUITest.TestPrinterChangeUpdatesPreview
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=98341