Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Issue 187323003: pkg/unittest: much cleaner support for arbitrary args in expectAsync functions (Closed)

Created:
6 years, 9 months ago by kevmoo
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, gbracha
Visibility:
Public.

Description

pkg/unittest: much cleaner support for arbitrary args in expectAsync functions remove calls to deprecated methods in tests whitespace cleanup R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=33346

Patch Set 1 #

Patch Set 2 : tweak #

Patch Set 3 : fixed status #

Total comments: 2

Patch Set 4 : tests for too many args #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -126 lines) Patch
M pkg/pkg.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M pkg/unittest/lib/src/spread_args_helper.dart View 1 2 3 3 chunks +13 lines, -22 lines 0 comments Download
M pkg/unittest/lib/unittest.dart View 1 2 3 3 chunks +4 lines, -47 lines 0 comments Download
M pkg/unittest/test/missing_tick_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/test_utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/unittest_async_exception_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/unittest/test/unittest_async_setup_teardown_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/unittest/test/unittest_completion_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/unittest_correct_callback_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/unittest_excess_callback_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A pkg/unittest/test/unittest_expect_async_args_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M pkg/unittest/test/unittest_late_exception_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/unittest/test/unittest_middle_exception_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/unittest_protect_async_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M pkg/unittest/test/unittest_test_returning_future_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/unittest/test/unittest_test_returning_future_using_runasync_test.dart View 1 chunk +18 lines, -28 lines 0 comments Download
M pkg/unittest/test/unittest_test_utils.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kevmoo
It's nice sitting next to Gilad for a day :-)
6 years, 9 months ago (2014-03-05 03:16:58 UTC) #1
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/187323003/diff/40001/pkg/unittest/test/unittest_expect_async_args_test.dart File pkg/unittest/test/unittest_expect_async_args_test.dart (right): https://codereview.chromium.org/187323003/diff/40001/pkg/unittest/test/unittest_expect_async_args_test.dart#newcode24 pkg/unittest/test/unittest_expect_async_args_test.dart:24: expect(expectAsync(_getArgs)(1, 2, 3, 4, 5, 6), [1, 2, ...
6 years, 9 months ago (2014-03-05 19:09:17 UTC) #2
kevmoo
https://codereview.chromium.org/187323003/diff/40001/pkg/unittest/test/unittest_expect_async_args_test.dart File pkg/unittest/test/unittest_expect_async_args_test.dart (right): https://codereview.chromium.org/187323003/diff/40001/pkg/unittest/test/unittest_expect_async_args_test.dart#newcode24 pkg/unittest/test/unittest_expect_async_args_test.dart:24: expect(expectAsync(_getArgs)(1, 2, 3, 4, 5, 6), [1, 2, 3, ...
6 years, 9 months ago (2014-03-05 21:41:26 UTC) #3
kevmoo
Committed patchset #4 manually as r33346 (presubmit successful).
6 years, 9 months ago (2014-03-05 21:41:51 UTC) #4
Siggi Cherem (dart-lang)
6 years, 9 months ago (2014-03-05 21:44:11 UTC) #5
Message was sent while issue was closed.
lgtm, thankx

Powered by Google App Engine
This is Rietveld 408576698