Searched refs:tabMaps (Results 1 – 1 of 1) sorted by relevance
48 Tab tabMaps = controller.getCurrentTab(); in testSwitchToTabWithUrl() local49 assertNotSame(tabGoogle, tabMaps); in testSwitchToTabWithUrl()50 assertNotNull("Current tab (maps.google.com)", tabMaps); in testSwitchToTabWithUrl()95 Tab tabMaps = controller.getCurrentTab(); in testApplication() local96 assertEquals("http://maps.google.com/", tabMaps.getOriginalUrl()); in testApplication()99 assertNotSame(tabGoogle, tabMaps); in testApplication()103 assertEquals(tabGoogle, tabMaps); in testApplication()