資源簡(jiǎn)介
藍(lán)牙聊天程序,包括搜索連接,如何發(fā)送數(shù)據(jù),客戶端和服務(wù)端
代碼片段和文件信息
package?com.rdc.zzh.bluetoothchat;
import?android.content.Context;
import?android.support.test.InstrumentationRegistry;
import?android.support.test.runner.AndroidJUnit4;
import?org.junit.Test;
import?org.junit.runner.RunWith;
import?static?org.junit.Assert.*;
/**
?*?Instrumentation?test?which?will?execute?on?an?Android?device.
?*
?*?@see?Testing?documentation
?*/
@RunWith(AndroidJUnit4.class)
public?class?ExampleInstrumentedTest?{
????@Test
????public?void?useAppContext()?throws?Exception?{
????????//?Context?of?the?app?under?test.
????????Context?appContext?=?InstrumentationRegistry.getTargetContext();
????????assertEquals(“com.rdc.zzh.bluetoothchat“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\
?????文件?????????118??2017-05-17?09:08??BlueToothChat-master\.gitignore
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\.idea\
?????文件?????????686??2017-05-17?09:08??BlueToothChat-master\.idea\compiler.xm
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\.idea\copyright\
?????文件??????????74??2017-05-17?09:08??BlueToothChat-master\.idea\copyright\profiles_settings.xm
?????文件?????????159??2017-05-17?09:08??BlueToothChat-master\.idea\encodings.xm
?????文件?????????626??2017-05-17?09:08??BlueToothChat-master\.idea\gradle.xm
?????文件????????2644??2017-05-17?09:08??BlueToothChat-master\.idea\misc.xm
?????文件?????????363??2017-05-17?09:08??BlueToothChat-master\.idea\modules.xm
?????文件?????????564??2017-05-17?09:08??BlueToothChat-master\.idea\runConfigurations.xm
?????文件?????????401??2017-05-17?09:08??BlueToothChat-master\README.md
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\
?????文件???????????7??2017-05-17?09:08??BlueToothChat-master\app\.gitignore
?????文件????????1094??2017-05-17?09:08??BlueToothChat-master\app\build.gradle
?????文件?????????942??2017-05-17?09:08??BlueToothChat-master\app\proguard-rules.pro
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\java\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\java\com\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\java\com\rdc\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\java\com\rdc\zzh\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\java\com\rdc\zzh\bluetoothchat\
?????文件?????????754??2017-05-17?09:08??BlueToothChat-master\app\src\androidTest\java\com\rdc\zzh\bluetoothchat\ExampleInstrumentedTest.java
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\main\
?????文件?????????954??2017-05-17?09:08??BlueToothChat-master\app\src\main\AndroidManifest.xm
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\main\java\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\main\java\com\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\main\java\com\rdc\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\main\java\com\rdc\zzh\
?????目錄???????????0??2017-05-17?09:08??BlueToothChat-master\app\src\main\java\com\rdc\zzh\bluetoothchat\
............此處省略67個(gè)文件信息
評(píng)論
共有 條評(píng)論