DescriptionIntroduced base class for WebRTC browser tests, cleaned up duplication.
I considered using delegation, but found that the test code read worse
(e.g. test_helper_.GetUserMediaAndAccept(...) rather than just
GetUserMediaAndAccept(...)). I could also have made the methods in the
base class normal functions since they don't have any state, but we need
to be able to friend-declare them, so a base class seemed to solve both
problems.
BUG=225698
R=tommi@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213917
Patch Set 1 #Patch Set 2 : #
Total comments: 13
Patch Set 3 : Nit fixes #Patch Set 4 : WebrtcTestBase #
Total comments: 1
Patch Set 5 : Rebased #Patch Set 6 : #
Messages
Total messages: 9 (0 generated)
|