add media module

This commit is contained in:
wangcongtao
2020-06-03 15:57:06 +08:00
parent b62e66e9c9
commit 82e0a15f2e
243 changed files with 13684 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
package com.mogo.module.media;
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() {
assertEquals(4, 2 + 2);
}
}