Ola_Mundo

ExampleUnitTest.java

Jun 26th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package none.treego;
  2.  
  3. import org.junit.Test;
  4.  
  5. import static org.junit.Assert.*;
  6.  
  7. /**
  8. * To work on unit tests, switch the Test Artifact in the Build Variants view.
  9. */
  10. public class ExampleUnitTest {
  11. @Test
  12. public void addition_isCorrect() throws Exception {
  13. assertEquals(4, 2 + 2);
  14. }
  15. }
Add Comment
Please, Sign In to add comment