Created
October 2, 2016 07:20
-
-
Save flushpot1125/13288dec60bb1b63c693dbc6197e6d61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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