Skip to content

Instantly share code, notes, and snippets.

View Defuera's full-sized avatar
💭
Flutter is here, Crypto is everywhere :)

Defuera

💭
Flutter is here, Crypto is everywhere :)
View GitHub Profile
@Defuera
Defuera / stacktrace
Last active May 18, 2017 15:45
crash at Robolectric.buildActivity(SitterChatsListActivity.class).create().start()
@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 {