RDK Documentation (Open Sourced RDK Components)
xupnpTest.cpp
1
#include "gtest/gtest.h"
2
3
int
add(
int
num1,
int
num2)
4
{
5
return
(num1+num2);
6
}
7
8
TEST(Add, PositiveCase)
9
{
10
EXPECT_EQ(30,add(10,20));
11
EXPECT_EQ(50,add(30,20));
12
}
components
generic
xupnp
src
test
xupnpTest.cpp
Generated on Thu Feb 9 2023 06:32:35 for RDK Documentation (Open Sourced RDK Components) by
1.8.17