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

Tests for Tpl Dynarray Set. More...

#include <gtest/gtest.h>
#include <stdexcept>
#include <vector>
#include <tpl_dynarray_set.H>
Include dependency graph for tpl_dynarray_set_test.cc:

Go to the source code of this file.

Functions

 TEST (DynArraySet, DefaultConstructEmpty)
 
 TEST (DynArraySet, InsertSearchAndContains)
 
 TEST (DynArraySet, DuplicatesAreAllowed)
 
 TEST (DynArraySet, FindThrowsWhenMissing)
 
 TEST (DynArraySet, RemoveOne)
 
 TEST (DynArraySet, RemoveAll)
 
 TEST (DynArraySet, CustomEqualityPredicate)
 
 TEST (DynArraySet, SetEqualChangesSearchSemantics)
 
 TEST (DynArraySet, InheritedDynArrayApiStillWorks)
 

Detailed Description

Tests for Tpl Dynarray Set.

Definition in file tpl_dynarray_set_test.cc.

Function Documentation

◆ TEST() [1/9]

TEST ( DynArraySet  ,
CustomEqualityPredicate   
)

◆ TEST() [2/9]

◆ TEST() [3/9]

◆ TEST() [4/9]

TEST ( DynArraySet  ,
FindThrowsWhenMissing   
)

◆ TEST() [5/9]

◆ TEST() [6/9]

◆ TEST() [7/9]

◆ TEST() [8/9]

◆ TEST() [9/9]

TEST ( DynArraySet  ,
SetEqualChangesSearchSemantics   
)