Update OWNERS and ExampleUnitTest.java
This commit is contained in:
parent
44cc93d892
commit
8b62d84b84
2 changed files with 0 additions and 19 deletions
|
@ -1,2 +0,0 @@
|
||||||
# Bug component: 461278
|
|
||||||
file: ../media/OWNERS
|
|
|
@ -1,17 +0,0 @@
|
||||||
package androidx.exifinterface.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);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue