Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created October 2, 2016 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/13288dec60bb1b63c693dbc6197e6d61 to your computer and use it in GitHub Desktop.
Save flushpot1125/13288dec60bb1b63c693dbc6197e6d61 to your computer and use it in GitHub Desktop.
package moduletest.test.com.nativeplugin;
//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