• 大小: 0.10M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: Java
  • 标签: app  源码  蓝牙  串口  

资源简介


资源截图

代码片段和文件信息

package cn.jingedawang.bluetoothdemo;

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(“cn.jingedawang.bluetoothtest“ appContext.getPackageName());
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-11 12:55  BluetoothDemo-master\
     文件         118  2017-06-11 12:55  BluetoothDemo-master\.gitignore
     目录           0  2017-06-11 12:55  BluetoothDemo-master\.idea\
     文件         686  2017-06-11 12:55  BluetoothDemo-master\.idea\compiler.xml
     目录           0  2017-06-11 12:55  BluetoothDemo-master\.idea\copyright\
     文件          74  2017-06-11 12:55  BluetoothDemo-master\.idea\copyright\profiles_settings.xml
     文件         159  2017-06-11 12:55  BluetoothDemo-master\.idea\encodings.xml
     文件         708  2017-06-11 12:55  BluetoothDemo-master\.idea\gradle.xml
     文件        2644  2017-06-11 12:55  BluetoothDemo-master\.idea\misc.xml
     文件         363  2017-06-11 12:55  BluetoothDemo-master\.idea\modules.xml
     文件         564  2017-06-11 12:55  BluetoothDemo-master\.idea\runConfigurations.xml
     文件         132  2017-06-11 12:55  BluetoothDemo-master\README.md
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\
     文件           7  2017-06-11 12:55  BluetoothDemo-master\app\.gitignore
     文件         822  2017-06-11 12:55  BluetoothDemo-master\app\build.gradle
     文件         645  2017-06-11 12:55  BluetoothDemo-master\app\proguard-rules.pro
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\androidTest\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\androidTest\java\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\androidTest\java\cn\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\androidTest\java\cn\jingedawang\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\androidTest\java\cn\jingedawang\bluetoothdemo\
     文件         760  2017-06-11 12:55  BluetoothDemo-master\app\src\androidTest\java\cn\jingedawang\bluetoothdemo\ExampleInstrumentedTest.java
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\main\
     文件         942  2017-06-11 12:55  BluetoothDemo-master\app\src\main\AndroidManifest.xml
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\main\java\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\main\java\cn\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\main\java\cn\jingedawang\
     目录           0  2017-06-11 12:55  BluetoothDemo-master\app\src\main\java\cn\jingedawang\bluetoothdemo\
     文件         380  2017-06-11 12:55  BluetoothDemo-master\app\src\main\java\cn\jingedawang\bluetoothdemo\BluetoothUtils.java
     文件        1990  2017-06-11 12:55  BluetoothDemo-master\app\src\main\java\cn\jingedawang\bluetoothdemo\ConnectedThread.java
............此处省略39个文件信息

评论

共有 条评论