資源簡介
用于測試安卓與藍牙05模塊通信,支持開發者自己編寫部分功能,如更改接收或者發送字符格式,具有較強的可擴展空間,

代碼片段和文件信息
package?com.qiaojim.bluetoothstudy;
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.qiaojim.bluetoothstudy“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-08-31?06:34??BluetoothStudy-master\
?????文件?????????465??2017-08-31?06:34??BluetoothStudy-master\.gitignore
?????目錄???????????0??2017-08-31?06:34??BluetoothStudy-master\.idea\
?????文件?????????686??2017-08-31?06:34??BluetoothStudy-master\.idea\compiler.xm
?????目錄???????????0??2017-08-31?06:34??BluetoothStudy-master\.idea\copyright\
?????文件??????????74??2017-08-31?06:34??BluetoothStudy-master\.idea\copyright\profiles_settings.xm
?????文件?????????626??2017-08-31?06:34??BluetoothStudy-master\.idea\gradle.xm
?????目錄???????????0??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\
?????文件?????????657??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\animated_vector_drawable_25_1_0.xm
?????文件?????????770??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\appcompat_v7_25_1_0.xm
?????文件?????????734??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\design_25_1_0.xm
?????文件?????????639??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\espresso_core_2_2_2.xm
?????文件?????????694??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\espresso_idling_resource_2_2_2.xm
?????文件?????????712??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\exposed_instrumentation_api_publish_0_5.xm
?????文件?????????516??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\hamcrest_core_1_3.xm
?????文件?????????346??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\hamcrest_integration_1_3.xm
?????文件?????????334??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\hamcrest_library_1_3.xm
?????文件?????????322??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\javawriter_2_1_1.xm
?????文件?????????350??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\javax_annotation_api_1_2.xm
?????文件?????????316??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\javax_inject_1.xm
?????文件?????????322??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\jsr305_2_0_1.xm
?????文件?????????467??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\junit_4_12.xm
?????文件?????????788??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\recyclerview_v7_25_1_0.xm
?????文件?????????730??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\rules_0_5.xm
?????文件?????????736??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\runner_0_5.xm
?????文件?????????531??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\support_annotations_25_1_0.xm
?????文件?????????782??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\support_compat_25_1_0.xm
?????文件?????????788??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\support_core_ui_25_1_0.xm
?????文件?????????806??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\support_core_utils_25_1_0.xm
?????文件?????????794??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\support_fragment_25_1_0.xm
?????文件?????????818??2017-08-31?06:34??BluetoothStudy-master\.idea\libraries\support_media_compat_25_1_0.xm
............此處省略76個文件信息
- 上一篇:超市進銷存管理系統-學校實訓
- 下一篇:糖果自動機
評論
共有 條評論