Skip to content

Instantly share code, notes, and snippets.

View neodaoist's full-sized avatar
💙
building

neodaoist neodaoist

💙
building
View GitHub Profile
public class TextViewAssertTest extends AndroidTestCase {
private TextView textView;
@Override
public void setUp() throws Exception {
super.setUp();
textView = new TextView(getContext());
}