ifw-core 7.0.0
 
Loading...
Searching...
No Matches
testString.cpp File Reference
#include <iostream>
#include <gtest/gtest.h>
#include <ifw/core/utils/string/string.hpp>
#include "testStringData.cpp"

Functions

 TEST (Upper, Normal)
 
 TEST (Lower, Normal)
 
 TEST (Trim, Normal)
 
 TEST (Replace, Normal)
 
 TEST (Truncate, Normal)
 
 TEST (Split, Normal)
 
 TEST (SplitBuffer, Normal)
 
 TEST (StringCopy, Normal)
 
 TEST (StringCopy, Failure)
 
int main (int argc, char **argv)
 

Detailed Description

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ TEST() [1/9]

TEST ( Lower ,
Normal  )

◆ TEST() [2/9]

TEST ( Replace ,
Normal  )

◆ TEST() [3/9]

TEST ( Split ,
Normal  )

◆ TEST() [4/9]

TEST ( SplitBuffer ,
Normal  )

◆ TEST() [5/9]

TEST ( StringCopy ,
Failure  )

◆ TEST() [6/9]

TEST ( StringCopy ,
Normal  )

◆ TEST() [7/9]

TEST ( Trim ,
Normal  )

◆ TEST() [8/9]

TEST ( Truncate ,
Normal  )

◆ TEST() [9/9]

TEST ( Upper ,
Normal  )