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

Tests for Graph Indexes. More...

#include <gtest/gtest.h>
#include <tpl_graph.H>
#include <tpl_graph_indexes.H>
Include dependency graph for graph_indexes_test.cc:

Go to the source code of this file.

Functions

 TEST (NodesIndex, InsertSearchRemoveByInfo)
 
 TEST (NodesIndex, SearchOrInsertDoesNotDuplicate)
 
 TEST (ArcsIndex, DirectedSearchByEndpointsAndInfo)
 
 TEST (ArcsIndex, UndirectedSearchFindsReverse)
 
 TEST (ArcsIndex, RemoveFromGraphRemovesFromIndex)
 

Detailed Description

Tests for Graph Indexes.

Definition in file graph_indexes_test.cc.

Function Documentation

◆ TEST() [1/5]

TEST ( ArcsIndex  ,
DirectedSearchByEndpointsAndInfo   
)

Definition at line 81 of file graph_indexes_test.cc.

References arcs, and Aleph::maps().

◆ TEST() [2/5]

TEST ( ArcsIndex  ,
RemoveFromGraphRemovesFromIndex   
)

◆ TEST() [3/5]

TEST ( ArcsIndex  ,
UndirectedSearchFindsReverse   
)

◆ TEST() [4/5]

◆ TEST() [5/5]

TEST ( NodesIndex  ,
SearchOrInsertDoesNotDuplicate   
)