Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Dec 3, 2024
1 parent 39b96ad commit 05d66b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
12 changes: 0 additions & 12 deletions Tests/unit_test/test_NetworkManagerStunClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,11 @@ using namespace stun;
class AddressTest : public ::testing::Test {
protected:
stun::attributes::address ad;
void SetUp() override {

}
void TearDown() override {

}
};

class ClientTest : public ::testing::Test {
protected:
stun::client cl;
void SetUp() override {

}
void TearDown() override {

}
};

TEST_F(ClientTest, BindSuccess) {
Expand Down
10 changes: 0 additions & 10 deletions Tests/unit_test/test_WiFiSignalStrengthMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
#include "INetworkManager.h"
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <iostream>
#include <thread>
#include <chrono>
#include <list>
#include <string>

using namespace std;
using namespace WPEFramework;
Expand All @@ -32,12 +27,7 @@ namespace WPEFramework
class WiFiSignalStrengthMonitorTest : public ::testing::Test {
protected:
WPEFramework::Plugin::WiFiSignalStrengthMonitor monitor;
void SetUp() override {
}
void TearDown() override {
}
};
#define BUFFER_SIZE 1024

TEST_F(WiFiSignalStrengthMonitorTest, GetSignalData_Connected) {
std::string ssid = "TestSSID";
Expand Down

0 comments on commit 05d66b8

Please sign in to comment.