Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Test_Linter.cpp
Go to the documentation of this file.
1#include "gtest/gtest.h"
2
3TEST(TestCaseName, TestName) {
4 EXPECT_EQ(1, 1);
5 EXPECT_TRUE(true);
6}
TEST(TestCaseName, TestName)