mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
added test headers and stuff
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#include "internal/platform/implementation/linux/bluetooth_adapter.h"
|
||||
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
namespace nearby {
|
||||
namespace linux {
|
||||
|
||||
|
||||
class MockBluetoothAdapter: public BluetoothAdapter {
|
||||
|
||||
};
|
||||
|
||||
class BleV2MediumTests: public ::testing::Test {
|
||||
public:
|
||||
static void SetupTestSuite() {
|
||||
|
||||
}
|
||||
static void TearDownTestSuite() {
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by lasan on 5/24/26.
|
||||
//
|
||||
|
||||
#include "bluetooth_classic_medium_test.h"
|
||||
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by lasan on 5/24/26.
|
||||
//
|
||||
|
||||
#ifndef NEARBY_LATEST_BLUETOOTH_CLASSIC_MEDIUM_TEST_H
|
||||
#define NEARBY_LATEST_BLUETOOTH_CLASSIC_MEDIUM_TEST_H
|
||||
|
||||
|
||||
class bluetooth_classic_medium_test
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
#endif //NEARBY_LATEST_BLUETOOTH_CLASSIC_MEDIUM_TEST_H
|
||||
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by lasan on 5/24/26.
|
||||
//
|
||||
|
||||
#include "wifi_hotspot_medium_test.h"
|
||||
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by lasan on 5/24/26.
|
||||
//
|
||||
|
||||
#ifndef NEARBY_LATEST_WIFI_HOTSPOT_MEDIUM_TEST_H
|
||||
#define NEARBY_LATEST_WIFI_HOTSPOT_MEDIUM_TEST_H
|
||||
|
||||
|
||||
class wifi_hotspot_medium_test
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
#endif //NEARBY_LATEST_WIFI_HOTSPOT_MEDIUM_TEST_H
|
||||
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by lasan on 5/24/26.
|
||||
//
|
||||
|
||||
#include "wifi_medium_test.h"
|
||||
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by lasan on 5/24/26.
|
||||
//
|
||||
|
||||
#ifndef NEARBY_LATEST_WIFI_MEDIUM_TEST_H
|
||||
#define NEARBY_LATEST_WIFI_MEDIUM_TEST_H
|
||||
|
||||
|
||||
class wifi_medium_test
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
#endif //NEARBY_LATEST_WIFI_MEDIUM_TEST_H
|
||||
Reference in New Issue
Block a user