fix for NPE

This commit is contained in:
Sergey Solovyev
2013-06-15 23:21:50 +04:00
parent 4658f42a8a
commit d1677c97e6
2 changed files with 9 additions and 7 deletions

View File

@@ -24,6 +24,11 @@ public class AndroidCalculatorEditorViewTest {
CalculatorTestUtils.initViews(context);*/
}
@Test
public void testCreation() throws Exception {
new AndroidCalculatorEditorView(CalculatorApplication.getInstance());
}
@Test
public void testAsyncWork() throws Exception {
/* final int threadNum = 10;