c641cec4cf90ba685e34f331358747b9d025078b
[goodguy/cinelerra.git] / CineRmt / src / test / java / com / local / cinermt / ExampleUnitTest.java
1 package com.local.cinermt;
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 }