add windows vs project

This commit is contained in:
jackyu
2017-11-15 01:07:41 +08:00
parent 4e28874afe
commit c48543095e
416 changed files with 14076 additions and 13 deletions
@@ -0,0 +1,17 @@
package pr.platerecognization;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}