Skip to content

Commit

Permalink
Merge pull request #567 from linjiejie/master
Browse files Browse the repository at this point in the history
#1 #430 实验1
  • Loading branch information
zengsn committed Apr 30, 2016
2 parents c90d645 + 112217e commit 03f2bbc
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package edu.hzuapps.androidworks.homeworks.net1314080903123;

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 Net1314080903123Activity {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}

0 comments on commit 03f2bbc

Please sign in to comment.