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

Tests for tpl_indexArc.H (IndexArc) More...

#include <gtest/gtest.h>
#include <stdexcept>
#include <tpl_graph.H>
#include <tpl_indexArc.H>
Include dependency graph for tpl_indexArc_test.cc:

Go to the source code of this file.

Functions

 TEST (IndexArcUndirected, SearchIsSymmetric)
 
 TEST (IndexArcDirected, SearchRespectsDirection)
 
 TEST (IndexArc, InsertDoesNotDuplicateSamePointer)
 
 TEST (IndexArc, InsertDuplicateEndpointsReturnsExisting)
 
 TEST (IndexArc, InsertInGraphAndRemoveFromGraph)
 
 TEST (IndexArc, ClearIndexAndRebuild)
 
 TEST (IndexArc, ConstructorWithFilterOnlyIndexesMatchingArcs)
 

Detailed Description

Tests for tpl_indexArc.H (IndexArc)

Definition in file tpl_indexArc_test.cc.

Function Documentation

◆ TEST() [1/7]

◆ TEST() [2/7]

◆ TEST() [3/7]

◆ TEST() [4/7]

◆ TEST() [5/7]

◆ TEST() [6/7]

TEST ( IndexArcDirected  ,
SearchRespectsDirection   
)

◆ TEST() [7/7]