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

Tests for Arrayheap. More...

#include <algorithm>
#include <ranges>
#include <vector>
#include <gtest/gtest.h>
#include <tpl_arrayHeap.H>
Include dependency graph for arrayheap.cc:

Go to the source code of this file.

Functions

 TEST (ArrayHeap, InsertAndExtract)
 
 TEST (ArrayHeap, UpdateAndRemove)
 
 TEST (ArrayHeap, CapacityOverflow)
 
 TEST (ArrayHeap, ExtractsSortedOrder)
 

Detailed Description

Tests for Arrayheap.

Definition in file arrayheap.cc.

Function Documentation

◆ TEST() [1/4]

TEST ( ArrayHeap  ,
CapacityOverflow   
)

Definition at line 83 of file arrayheap.cc.

References Aleph::ArrayHeap< T, Compare >::insert(), and Aleph::maps().

◆ TEST() [2/4]

◆ TEST() [3/4]

◆ TEST() [4/4]