• 大小: 302KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-14
  • 语言: Java
  • 标签: Androi  HC-05模  

资源简介

用于测试安卓与蓝牙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.xml
     目录           0  2017-08-31 06:34  BluetoothStudy-master\.idea\copyright\
     文件          74  2017-08-31 06:34  BluetoothStudy-master\.idea\copyright\profiles_settings.xml
     文件         626  2017-08-31 06:34  BluetoothStudy-master\.idea\gradle.xml
     目录           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.xml
     文件         770  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\appcompat_v7_25_1_0.xml
     文件         734  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\design_25_1_0.xml
     文件         639  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\espresso_core_2_2_2.xml
     文件         694  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\espresso_idling_resource_2_2_2.xml
     文件         712  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\exposed_instrumentation_api_publish_0_5.xml
     文件         516  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\hamcrest_core_1_3.xml
     文件         346  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\hamcrest_integration_1_3.xml
     文件         334  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\hamcrest_library_1_3.xml
     文件         322  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\javawriter_2_1_1.xml
     文件         350  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\javax_annotation_api_1_2.xml
     文件         316  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\javax_inject_1.xml
     文件         322  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\jsr305_2_0_1.xml
     文件         467  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\junit_4_12.xml
     文件         788  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\recyclerview_v7_25_1_0.xml
     文件         730  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\rules_0_5.xml
     文件         736  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\runner_0_5.xml
     文件         531  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\support_annotations_25_1_0.xml
     文件         782  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\support_compat_25_1_0.xml
     文件         788  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\support_core_ui_25_1_0.xml
     文件         806  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\support_core_utils_25_1_0.xml
     文件         794  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\support_fragment_25_1_0.xml
     文件         818  2017-08-31 06:34  BluetoothStudy-master\.idea\libraries\support_media_compat_25_1_0.xml
............此处省略76个文件信息

评论

共有 条评论