13 lines
278 B
Java
13 lines
278 B
Java
package com.yunbao.share;
|
|
|
|
|
|
|
|
/**
|
|
* 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 {
|
|
public void addition_isCorrect() {
|
|
}
|
|
} |