Commit 58127ca5 authored by Jilin Zheng's avatar Jilin Zheng
Browse files

Delete ExampleUnitTest.java

parent 30a97a8e
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
package com.example.toast;

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);
    }
}
 No newline at end of file