Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
string_algorithms_test.cc File Reference

Integration tests for String_Algorithms.H umbrella header. More...

#include <gtest/gtest.h>
#include <String_Algorithms.H>
Include dependency graph for string_algorithms_test.cc:

Go to the source code of this file.

Functions

 TEST (StringAlgorithmsUmbrella, BasicInteroperability)
 
 TEST (StringAlgorithmsUmbrella, SearchAlgorithmsAgreeOnSameInput)
 
 TEST (StringAlgorithmsUmbrella, AhoCorasickMatchesKmpForSinglePattern)
 
 TEST (StringAlgorithmsUmbrella, SuffixTreeMatchesKmpForSearch)
 
 TEST (StringAlgorithmsUmbrella, SamContainsAgreesWithSuffixTree)
 
 TEST (StringAlgorithmsUmbrella, LcsVsSamLcs)
 

Detailed Description

Integration tests for String_Algorithms.H umbrella header.

Definition in file string_algorithms_test.cc.

Function Documentation

◆ TEST() [1/6]

TEST ( StringAlgorithmsUmbrella  ,
AhoCorasickMatchesKmpForSinglePattern   
)

◆ TEST() [2/6]

◆ TEST() [3/6]

TEST ( StringAlgorithmsUmbrella  ,
LcsVsSamLcs   
)

◆ TEST() [4/6]

TEST ( StringAlgorithmsUmbrella  ,
SamContainsAgreesWithSuffixTree   
)

◆ TEST() [5/6]

TEST ( StringAlgorithmsUmbrella  ,
SearchAlgorithmsAgreeOnSameInput   
)

◆ TEST() [6/6]

TEST ( StringAlgorithmsUmbrella  ,
SuffixTreeMatchesKmpForSearch   
)