Update ExampleUnitTest.java

This commit is contained in:
2019-02-23 13:39:59 +11:00
committed by GitHub
parent a6310c4a37
commit bafc733322

View File

@@ -1,7 +1,8 @@
package com.example.haimalik.myapplication;
package com.appttude.h_mal.easycc;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
import static org.junit.Assert.*;
/**
@@ -14,4 +15,4 @@ public class ExampleUnitTest {
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}
}