Skip to content

Instantly share code, notes, and snippets.

@suciptoid
Created April 14, 2016 04:50
Show Gist options
  • Save suciptoid/60e810699975be70ff7fecce2c5b8d50 to your computer and use it in GitHub Desktop.
Save suciptoid/60e810699975be70ff7fecce2c5b8d50 to your computer and use it in GitHub Desktop.
package com.pringstudio.cobaandroidtest;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment