This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@RunWith(RobolectricTestRunner.class) | |
@Config(constants = BuildConfig.class, sdk = M, manifest = "src/main/AndroidManifest.xml") | |
public class ChatsListActivityTest extends RobolectricTestCase { | |
ActivityController controller; | |
private ChatsListView view; | |
@Before | |
public void setUp() throws Exception { |