added test headers and stuff

This commit is contained in:
lasan
2026-05-24 19:51:02 +05:30
parent d301ed725c
commit f3c68422c2
7 changed files with 80 additions and 0 deletions
@@ -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