Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Functions
Test_Linter.cpp File Reference
#include "gtest/gtest.h"

Go to the source code of this file.

Functions

 TEST (TestCaseName, TestName)
 

Function Documentation

◆ TEST()

TEST ( TestCaseName  ,
TestName   
)

Definition at line 3 of file Test_Linter.cpp.

3 {
4 EXPECT_EQ(1, 1);
5 EXPECT_TRUE(true);
6}