Back to project page RoboBinding-album-sample.
The source code is released under:
Apache License
If you think the Android project RoboBinding-album-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.robobinding.albumsampletest; //from w w w . j av a2 s . c om import org.robobinding.albumsample.R; /** * * @since 1.0 * @version $Revision: 1.0 $ * @author Robert Taylor * @author Cheng Wei */ public class ViewAlbumsActivityTest extends AbstractAlbumsTest { public void testWhenNoAlbums_thenDisplayTheEmptyView() { navigateToAlbumListScreen(); assertTrue(solo.searchText(getString(R.string.albums_list_empty))); } }