Home
last modified time | relevance | path

Searched refs:tabCountAfter (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/app/appmenu/
H A DTabbedAppMenuTest.java114 final int tabCountAfter = mActivityTestRule.getActivity().getCurrentTabModel().getCount(); in testMenuNewTab() local
115 Assert.assertTrue("Expected: " + (tabCountBefore + 1) + " Got: " + tabCountAfter, in testMenuNewTab()
116 tabCountBefore + 1 == tabCountAfter); in testMenuNewTab()