X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=CineRmt%2Fapp%2Fsrc%2Ftest%2Fjava%2Fcom%2Flocal%2Fcinermt%2FExampleUnitTest.java;fp=CineRmt%2Fapp%2Fsrc%2Ftest%2Fjava%2Fcom%2Flocal%2Fcinermt%2FExampleUnitTest.java;h=2a94f590ff15b18845db86c313e4aa9a5e58aa2a;hb=da82546b4d3b6b056c6c333b2d52fba1bdcb1f50;hp=0000000000000000000000000000000000000000;hpb=93cd60723f8816b0c787b1ce9fe7aa6067e0e749;p=goodguy%2Fcinelerra.git diff --git a/CineRmt/app/src/test/java/com/local/cinermt/ExampleUnitTest.java b/CineRmt/app/src/test/java/com/local/cinermt/ExampleUnitTest.java new file mode 100644 index 00000000..2a94f590 --- /dev/null +++ b/CineRmt/app/src/test/java/com/local/cinermt/ExampleUnitTest.java @@ -0,0 +1,17 @@ +package com.local.cinermt; + +import org.junit.Test; + +import static org.junit.Assert.*; + +/** + * Example local unit test, which will execute on the development machine (host). + * + * @see Testing documentation + */ +public class ExampleUnitTest { + @Test + public void addition_isCorrect() { + assertEquals(4, 2 + 2); + } +} \ No newline at end of file