Added files of Alex and fixed the code.

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-19 13:59:45 -05:00
parent c3d1f605d7
commit ccd5a1d53b
872 changed files with 15722 additions and 26674 deletions

View file

@ -1,17 +1,17 @@
package com.example.capstone;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
package com.example.capstone;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}