summaryrefslogtreecommitdiffhomepage
path: root/tests/test-stringhelper.cpp
blob: 3ece784985644d0ad6775efe014979543048a7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include <gtest/gtest.h>

#include "file.h"

class StringhelperTest: public ::testing::Test
{
protected:
 StringhelperTest(){
 }

 ~StringhelperTest() override{
 }

 void SetUp() override
 {
 }

 void TearDown() override
 {
 }

};