Skip to content
Snippets Groups Projects
Commit 5e4bc5c7 authored by darshanxyz's avatar darshanxyz
Browse files

Initial Commit

parents
No related branches found
No related tags found
No related merge requests found
package com.darshanbshah.odsystem;
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() throws Exception {
assertEquals(4, 2 + 2);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment