nisse
c8ee882753
Replace use of ASSERT in test code.
...
In top level test functions, replaced with gtest ASSERT_*. In helper
methods in main test files, replaced with EXPECT_* or RTC_DCHECK on a
case-by-case basis.
In separate mock/fake classes used by tests (which might be of some
use also in tests of third-party applications), ASSERT was replaced
with RTC_CHECK, using
git grep -l ' ASSERT(' | grep -v common.h | \
xargs sed -i 's/ ASSERT(/ RTC_CHECK(/'
followed by additional includes of base/checks.h in affected files,
and git cl format.
BUG=webrtc:6424
Review-Url: https://codereview.webrtc.org/2622413005
Cr-Commit-Position: refs/heads/master@{#16150}
2017-01-18 15:20:55 +00:00
..
2016-04-27 14:22:58 +00:00
2017-01-12 13:15:36 +00:00
2016-05-15 02:44:18 +00:00
2017-01-12 13:15:36 +00:00
2015-10-07 10:23:32 +00:00
2017-01-12 13:15:36 +00:00
2016-06-28 01:09:10 +00:00
2014-10-28 22:20:11 +00:00
2017-01-18 15:20:55 +00:00
2017-01-12 23:58:31 +00:00
2017-01-12 23:58:31 +00:00
2017-01-03 19:34:12 +00:00
2016-10-11 13:43:36 +00:00
2017-01-13 03:37:48 +00:00
2017-01-18 03:40:19 +00:00
2016-12-10 21:15:39 +00:00
2017-01-16 15:38:02 +00:00
2017-01-16 15:38:02 +00:00
2017-01-12 23:58:31 +00:00
2016-05-24 17:13:41 +00:00
2016-03-02 13:42:35 +00:00
2017-01-18 15:20:55 +00:00
2017-01-17 14:18:10 +00:00
2017-01-12 23:58:31 +00:00
2017-01-09 16:35:45 +00:00
2016-12-22 07:52:00 +00:00
2017-01-18 15:20:55 +00:00
2017-01-12 13:15:36 +00:00
2017-01-11 13:56:46 +00:00
2016-12-13 02:49:40 +00:00
2016-12-13 02:49:40 +00:00
2017-01-09 16:35:45 +00:00
2016-12-13 13:17:31 +00:00
2016-06-10 21:17:33 +00:00
2017-01-12 13:15:36 +00:00
2015-10-07 10:23:32 +00:00
2016-05-26 21:34:18 +00:00
2017-01-12 13:15:36 +00:00
2016-07-01 03:52:16 +00:00
2016-04-27 14:22:58 +00:00
2017-01-12 13:15:36 +00:00
2016-10-17 07:55:03 +00:00
2015-10-14 22:02:50 +00:00
2015-10-14 22:02:50 +00:00
2016-12-13 02:37:41 +00:00
2016-12-13 02:37:41 +00:00
2017-01-04 15:11:23 +00:00
2017-01-12 13:15:36 +00:00
2016-08-04 02:50:53 +00:00
2016-06-28 16:44:55 +00:00
2017-01-12 13:15:36 +00:00
2016-07-01 03:52:16 +00:00
2016-09-07 00:18:58 +00:00
2017-01-12 13:15:36 +00:00
2016-03-16 15:55:48 +00:00
2016-10-17 07:55:03 +00:00
2016-03-30 13:43:44 +00:00
2016-05-15 02:44:18 +00:00
2016-05-15 02:44:18 +00:00
2017-01-12 13:15:36 +00:00
2016-07-01 03:52:16 +00:00
2016-05-15 02:44:18 +00:00
2015-03-04 13:04:54 +00:00
2016-09-16 22:07:58 +00:00
2016-12-07 00:22:11 +00:00
2015-12-05 18:00:04 +00:00
2017-01-12 23:58:31 +00:00
2017-01-12 23:58:31 +00:00
2016-12-10 21:15:39 +00:00
2017-01-18 02:32:35 +00:00
2017-01-18 02:32:35 +00:00
2016-03-02 13:42:35 +00:00
2016-12-13 19:29:16 +00:00
2016-08-31 15:18:22 +00:00
2016-08-31 15:18:22 +00:00
2016-08-31 15:18:22 +00:00
2016-03-02 13:42:35 +00:00
2017-01-18 15:20:55 +00:00
2017-01-12 13:15:36 +00:00
2017-01-09 16:35:45 +00:00
2016-08-01 23:37:21 +00:00
2017-01-12 13:15:36 +00:00
2016-08-24 22:06:58 +00:00
2014-10-28 22:20:11 +00:00
2016-11-09 21:44:13 +00:00
2016-11-09 21:44:13 +00:00
2016-12-22 07:52:00 +00:00