mirror of
https://github.com/hmalik144/EasyCC-Legacy-.git
synced 2026-03-17 23:16:06 +00:00
Update ExampleUnitTest.java
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
package com.example.haimalik.myapplication;
|
package com.appttude.h_mal.easycc;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import static junit.framework.Assert.assertEquals;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,4 +15,4 @@ public class ExampleUnitTest {
|
|||||||
public void addition_isCorrect() throws Exception {
|
public void addition_isCorrect() throws Exception {
|
||||||
assertEquals(4, 2 + 2);
|
assertEquals(4, 2 + 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user