DescriptionAdds AppListServiceImplBrowserTest.ShowLoadedProfiles
Currently there is only AppListServiceInteractiveTest which is excessive
for tests that do not need to be interactive. It also leaves gaps in the
testing of the AppListServiceImpl, since it only uses the parent,
AppListService interface.
This CL adds scaffolding for better app list test coverage, leading up
to better testing for Chrome's AppListViewDelegate, which is currently
hard to get at in a test.
The test is a non-interactive version of showing the app list, which
verifies expectations about the actual Profile* that is missing from
current tests (e.g. TestingAppListServiceImpl has it mocked out to
return NULL, since unit_tests don't have a ProfileManager).
BUG=169114
Committed: https://crrev.com/761b2a4cbc3103ef5e48cc7e77184f57eb50f6d4
Cr-Commit-Position: refs/heads/master@{#294138}
Patch Set 1 #Patch Set 2 : test switch as well #Patch Set 3 : Fix ChromeOS #
Total comments: 4
Patch Set 4 : respond to commments #
Messages
Total messages: 8 (2 generated)
|