X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=CineRmt%2Fsrc%2Ftest%2Fjava%2Fcom%2Flocal%2Fcinermt%2FExampleUnitTest.java;fp=CineRmt%2Fsrc%2Ftest%2Fjava%2Fcom%2Flocal%2Fcinermt%2FExampleUnitTest.java;h=c641cec4cf90ba685e34f331358747b9d025078b;hp=0000000000000000000000000000000000000000;hb=8b84c0c626490aea09f67e07d413c0a7c7d7c3cd;hpb=7bb8e93f40c79f5cd5f90189a8f69357f0a389b0 diff --git a/CineRmt/src/test/java/com/local/cinermt/ExampleUnitTest.java b/CineRmt/src/test/java/com/local/cinermt/ExampleUnitTest.java new file mode 100644 index 00000000..c641cec4 --- /dev/null +++ b/CineRmt/src/test/java/com/local/cinermt/ExampleUnitTest.java @@ -0,0 +1,15 @@ +package com.local.cinermt; + +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); + } +} \ No newline at end of file