fix for NPE
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user