[Blimp Engine] Test Engine tab class. |
||||
Issue descriptionper offline discussion with Kevin and Nick, we need to add either browser test or unit test for the Engine tab class, or a mix of both. Most of its methods are simple enough, browser test is better suited for that, and we'd like to test nav commands anyway.
,
Jun 20 2016
It looks like all the dependencies are injected, so it looks like a unit-test is feasible. There is no existing MockWebContents and the API surface is huge, but we could at least re-use it to test the PageLoadTracker. However, PageLoadTracker is should also be tested against a real WebContents, so we can trap any changes in the semantics there. So basically I think both browser & unit-tests would be advisable.
,
Nov 29 2016
Obsolete, WontFix.
,
Dec 9 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by manisca...@chromium.org
, Jun 8 2016