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

Tests for Ah Convert. More...

#include <gtest/gtest.h>
#include <string>
#include <set>
#include <map>
#include <ah-convert.H>
Include dependency graph for ah-convert.cc:

Go to the source code of this file.

Functions

 TEST (ToDynList, FromEmptyArray)
 
 TEST (ToDynList, FromSingleElementArray)
 
 TEST (ToDynList, FromMultipleElementArray)
 
 TEST (ToDynList, WithStrings)
 
 TEST (ToArray, FromEmptyDynList)
 
 TEST (ToArray, FromSingleElementDynList)
 
 TEST (ToArray, FromMultipleElementDynList)
 
 TEST (ToArray, WithStrings)
 
 TEST (DynarrayToDynList, FromEmptyDynArray)
 
 TEST (DynarrayToDynList, FromSingleElementDynArray)
 
 TEST (DynarrayToDynList, FromMultipleElementDynArray)
 
 TEST (DynlistToDynArray, FromEmptyDynList)
 
 TEST (DynlistToDynArray, FromSingleElementDynList)
 
 TEST (DynlistToDynArray, FromMultipleElementDynList)
 
 TEST (ToVector, FromEmptyDynList)
 
 TEST (ToVector, FromSingleElementDynList)
 
 TEST (ToVector, FromMultipleElementDynList)
 
 TEST (ToVector, FromArray)
 
 TEST (VectorToDynList, FromEmptyVector)
 
 TEST (VectorToDynList, FromSingleElementVector)
 
 TEST (VectorToDynList, FromMultipleElementVector)
 
 TEST (VectorToArray, FromEmptyVector)
 
 TEST (VectorToArray, FromSingleElementVector)
 
 TEST (VectorToArray, FromMultipleElementVector)
 
 TEST (RoundTrip, ArrayToDynListAndBack)
 
 TEST (RoundTrip, DynListToDynArrayAndBack)
 
 TEST (RoundTrip, VectorToDynListAndBack)
 
 TEST (RoundTrip, VectorToArrayAndBack)
 
 TEST (LargeContainers, DynArrayConversions)
 
 TEST (LargeContainers, VectorConversions)
 
 TEST (VectorToDynArray, FromEmptyVector)
 
 TEST (VectorToDynArray, FromSingleElementVector)
 
 TEST (VectorToDynArray, FromMultipleElementVector)
 
 TEST (ToDynArray, FromEmptyDynList)
 
 TEST (ToDynArray, FromMultipleElementDynList)
 
 TEST (ToDynArray, FromArray)
 
 TEST (ArrayToDynArray, FromEmptyArray)
 
 TEST (ArrayToDynArray, FromMultipleElementArray)
 
 TEST (DynarrayToArray, FromEmptyDynArray)
 
 TEST (DynarrayToArray, FromMultipleElementDynArray)
 
 TEST (ToDeque, FromEmptyDynList)
 
 TEST (ToDeque, FromMultipleElementDynList)
 
 TEST (ToDeque, FromArray)
 
 TEST (DequeToDynList, FromEmptyDeque)
 
 TEST (DequeToDynList, FromMultipleElementDeque)
 
 TEST (DequeToArray, FromEmptyDeque)
 
 TEST (DequeToArray, FromMultipleElementDeque)
 
 TEST (DequeToDynArray, FromEmptyDeque)
 
 TEST (DequeToDynArray, FromMultipleElementDeque)
 
 TEST (DyndlistToDynList, FromEmptyDynDlist)
 
 TEST (DyndlistToDynList, FromMultipleElementDynDlist)
 
 TEST (DynlistToDynDlist, FromEmptyDynList)
 
 TEST (DynlistToDynDlist, FromMultipleElementDynList)
 
 TEST (DyndlistToDynArray, FromEmptyDynDlist)
 
 TEST (DyndlistToDynArray, FromMultipleElementDynDlist)
 
 TEST (DynarrayToDynDlist, FromEmptyDynArray)
 
 TEST (DynarrayToDynDlist, FromMultipleElementDynArray)
 
 TEST (VectorToDynDlist, FromEmptyVector)
 
 TEST (VectorToDynDlist, FromMultipleElementVector)
 
 TEST (RoundTrip, VectorToDynArrayAndBack)
 
 TEST (RoundTrip, DynDlistToDynArrayAndBack)
 
 TEST (RoundTrip, DequeToArrayAndBack)
 
 TEST (MoveSemantics, VectorToDynListMove)
 
 TEST (MoveSemantics, VectorToArrayMove)
 
 TEST (MoveSemantics, VectorToDynArrayMove)
 
 TEST (MoveSemantics, VectorToDynDlistMove)
 
 TEST (SetConversions, SetToDynListEmpty)
 
 TEST (SetConversions, SetToDynListMultiple)
 
 TEST (SetConversions, SetToArray)
 
 TEST (SetConversions, SetToDynArray)
 
 TEST (SetConversions, ToSetFromDynList)
 
 TEST (SetConversions, ToSetFromArray)
 
 TEST (MapConversions, MapToDynListEmpty)
 
 TEST (MapConversions, MapToDynListMultiple)
 
 TEST (MapConversions, MapToArray)
 
 TEST (MapConversions, MapKeysToDynList)
 
 TEST (MapConversions, MapValuesToDynList)
 
 TEST (InitializerList, InitToDynListEmpty)
 
 TEST (InitializerList, InitToDynListMultiple)
 
 TEST (InitializerList, InitToArrayEmpty)
 
 TEST (InitializerList, InitToArrayMultiple)
 
 TEST (InitializerList, InitToDynArrayEmpty)
 
 TEST (InitializerList, InitToDynArrayMultiple)
 
 TEST (InitializerList, InitToDynDlistEmpty)
 
 TEST (InitializerList, InitToDynDlistMultiple)
 
 TEST (InitializerList, InitWithStrings)
 
 TEST (DynSetTreeConversions, SetTreeToDynListEmpty)
 
 TEST (DynSetTreeConversions, SetTreeToDynListMultiple)
 
 TEST (DynSetTreeConversions, SetTreeToArray)
 
 TEST (DynSetTreeConversions, SetTreeToDynArray)
 
 TEST (DynSetTreeConversions, SetTreeToVector)
 
 TEST (DynSetTreeConversions, SetTreeToStdSet)
 
 TEST (DynSetTreeConversions, ToDynSetTreeFromDynList)
 
 TEST (DynSetTreeConversions, VectorToDynSetTree)
 
 TEST (DynSetHashConversions, SetHashToDynList)
 
 TEST (DynSetHashConversions, SetHashToArray)
 
 TEST (DynSetHashConversions, SetHashToDynArray)
 
 TEST (DynSetHashConversions, SetHashToVector)
 
 TEST (DynMapTreeConversions, MapTreeToDynListEmpty)
 
 TEST (DynMapTreeConversions, MapTreeToDynListMultiple)
 
 TEST (DynMapTreeConversions, MapTreeToArray)
 
 TEST (DynMapTreeConversions, MapTreeToStdMap)
 
 TEST (DynMapTreeConversions, MapTreeKeysToDynList)
 
 TEST (DynMapTreeConversions, MapTreeValuesToDynList)
 
 TEST (DynMapTreeConversions, StdMapToDynMapTree)
 
 TEST (MapHashConversions, MapHashToDynList)
 
 TEST (MapHashConversions, MapHashToArray)
 
 TEST (MapHashConversions, MapHashToStdMap)
 
 TEST (MapHashConversions, MapHashKeysToDynList)
 
 TEST (MapHashConversions, MapHashValuesToDynList)
 
 TEST (VectorToDynSetTree, FromEmptyVector)
 
 TEST (VectorToDynSetTree, FromSingleElementVector)
 
 TEST (VectorToDynSetTree, FromMultipleElementVector)
 
 TEST (VectorToDynSetTree, WithStrings)
 
 TEST (VectorToDynSetTree, RoundTrip)
 
 TEST (GenericToArray, FromDynList)
 
 TEST (GenericToArray, FromDynArray)
 
 TEST (GenericToArray, FromDynSetTree)
 
 TEST (GenericToArray, FromEmptyContainer)
 
 TEST (GenericToDynArray, FromDynList)
 
 TEST (GenericToDynArray, FromDynSetTree)
 
 TEST (GenericToDynArray, FromDynDlist)
 
 TEST (GenericToDynArray, FromEmptyContainer)
 
 TEST (GenericToDynArray, RoundTripWithDynList)
 

Detailed Description

Tests for Ah Convert.

Definition in file ah-convert.cc.

Function Documentation

◆ TEST() [1/124]

TEST ( ArrayToDynArray  ,
FromEmptyArray   
)

Definition at line 494 of file ah-convert.cc.

References Aleph::array_to_DynArray(), and Aleph::maps().

◆ TEST() [2/124]

TEST ( ArrayToDynArray  ,
FromMultipleElementArray   
)

◆ TEST() [3/124]

TEST ( DequeToArray  ,
FromEmptyDeque   
)

Definition at line 600 of file ah-convert.cc.

References Aleph::deque_to_Array(), and Aleph::maps().

◆ TEST() [4/124]

TEST ( DequeToArray  ,
FromMultipleElementDeque   
)

Definition at line 607 of file ah-convert.cc.

References Aleph::deque_to_Array(), and Aleph::maps().

◆ TEST() [5/124]

TEST ( DequeToDynArray  ,
FromEmptyDeque   
)

Definition at line 619 of file ah-convert.cc.

References Aleph::deque_to_DynArray(), and Aleph::maps().

◆ TEST() [6/124]

TEST ( DequeToDynArray  ,
FromMultipleElementDeque   
)

Definition at line 626 of file ah-convert.cc.

References Aleph::deque_to_DynArray(), and Aleph::maps().

◆ TEST() [7/124]

TEST ( DequeToDynList  ,
FromEmptyDeque   
)

Definition at line 579 of file ah-convert.cc.

References Aleph::deque_to_DynList(), and Aleph::maps().

◆ TEST() [8/124]

TEST ( DequeToDynList  ,
FromMultipleElementDeque   
)

Definition at line 586 of file ah-convert.cc.

References Aleph::deque_to_DynList(), and Aleph::maps().

◆ TEST() [9/124]

TEST ( DynarrayToArray  ,
FromEmptyDynArray   
)

Definition at line 518 of file ah-convert.cc.

References Aleph::dynarray_to_Array(), and Aleph::maps().

◆ TEST() [10/124]

TEST ( DynarrayToArray  ,
FromMultipleElementDynArray   
)

◆ TEST() [11/124]

TEST ( DynarrayToDynDlist  ,
FromEmptyDynArray   
)

Definition at line 711 of file ah-convert.cc.

References Aleph::dynarray_to_DynDlist(), and Aleph::maps().

◆ TEST() [12/124]

TEST ( DynarrayToDynDlist  ,
FromMultipleElementDynArray   
)

◆ TEST() [13/124]

TEST ( DynarrayToDynList  ,
FromEmptyDynArray   
)

Definition at line 151 of file ah-convert.cc.

References Aleph::dynarray_to_DynList(), and Aleph::maps().

◆ TEST() [14/124]

TEST ( DynarrayToDynList  ,
FromMultipleElementDynArray   
)

◆ TEST() [15/124]

TEST ( DynarrayToDynList  ,
FromSingleElementDynArray   
)

◆ TEST() [16/124]

TEST ( DyndlistToDynArray  ,
FromEmptyDynDlist   
)

Definition at line 689 of file ah-convert.cc.

References Aleph::dyndlist_to_DynArray(), and Aleph::maps().

◆ TEST() [17/124]

TEST ( DyndlistToDynArray  ,
FromMultipleElementDynDlist   
)

◆ TEST() [18/124]

TEST ( DyndlistToDynList  ,
FromEmptyDynDlist   
)

Definition at line 639 of file ah-convert.cc.

References Aleph::dyndlist_to_DynList(), and Aleph::maps().

◆ TEST() [19/124]

TEST ( DyndlistToDynList  ,
FromMultipleElementDynDlist   
)

◆ TEST() [20/124]

TEST ( DynlistToDynArray  ,
FromEmptyDynList   
)

Definition at line 185 of file ah-convert.cc.

References Aleph::dynlist_to_DynArray(), and Aleph::maps().

◆ TEST() [21/124]

TEST ( DynlistToDynArray  ,
FromMultipleElementDynList   
)

◆ TEST() [22/124]

TEST ( DynlistToDynArray  ,
FromSingleElementDynList   
)

◆ TEST() [23/124]

TEST ( DynlistToDynDlist  ,
FromEmptyDynList   
)

Definition at line 664 of file ah-convert.cc.

References Aleph::dynlist_to_DynDlist(), and Aleph::maps().

◆ TEST() [24/124]

TEST ( DynlistToDynDlist  ,
FromMultipleElementDynList   
)

◆ TEST() [25/124]

TEST ( DynMapTreeConversions  ,
MapTreeKeysToDynList   
)

◆ TEST() [26/124]

TEST ( DynMapTreeConversions  ,
MapTreeToArray   
)

◆ TEST() [27/124]

TEST ( DynMapTreeConversions  ,
MapTreeToDynListEmpty   
)

Definition at line 1252 of file ah-convert.cc.

References Aleph::maps(), and Aleph::maptree_to_DynList().

◆ TEST() [28/124]

TEST ( DynMapTreeConversions  ,
MapTreeToDynListMultiple   
)

◆ TEST() [29/124]

TEST ( DynMapTreeConversions  ,
MapTreeToStdMap   
)

◆ TEST() [30/124]

TEST ( DynMapTreeConversions  ,
MapTreeValuesToDynList   
)

◆ TEST() [31/124]

TEST ( DynMapTreeConversions  ,
StdMapToDynMapTree   
)

Definition at line 1340 of file ah-convert.cc.

References Aleph::maps(), and Aleph::stdmap_to_DynMapTree().

◆ TEST() [32/124]

◆ TEST() [33/124]

◆ TEST() [34/124]

◆ TEST() [35/124]

◆ TEST() [36/124]

TEST ( DynSetTreeConversions  ,
SetTreeToArray   
)

Definition at line 1111 of file ah-convert.cc.

References Aleph::maps(), and Aleph::settree_to_Array().

◆ TEST() [37/124]

TEST ( DynSetTreeConversions  ,
SetTreeToDynArray   
)

Definition at line 1122 of file ah-convert.cc.

References Aleph::maps(), and Aleph::settree_to_DynArray().

◆ TEST() [38/124]

TEST ( DynSetTreeConversions  ,
SetTreeToDynListEmpty   
)

Definition at line 1085 of file ah-convert.cc.

References Aleph::maps(), and Aleph::settree_to_DynList().

◆ TEST() [39/124]

TEST ( DynSetTreeConversions  ,
SetTreeToDynListMultiple   
)

Definition at line 1092 of file ah-convert.cc.

References Aleph::maps(), and Aleph::settree_to_DynList().

◆ TEST() [40/124]

TEST ( DynSetTreeConversions  ,
SetTreeToStdSet   
)

Definition at line 1144 of file ah-convert.cc.

References Aleph::maps(), Aleph::settree_to_stdset(), and Aleph::HTList::size().

◆ TEST() [41/124]

TEST ( DynSetTreeConversions  ,
SetTreeToVector   
)

Definition at line 1133 of file ah-convert.cc.

References Aleph::maps(), Aleph::settree_to_vector(), and Aleph::HTList::size().

◆ TEST() [42/124]

TEST ( DynSetTreeConversions  ,
ToDynSetTreeFromDynList   
)

◆ TEST() [43/124]

TEST ( DynSetTreeConversions  ,
VectorToDynSetTree   
)

Definition at line 1171 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynSetTree().

◆ TEST() [44/124]

TEST ( GenericToArray  ,
FromDynArray   
)

Definition at line 1501 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().

◆ TEST() [45/124]

TEST ( GenericToArray  ,
FromDynList   
)

Definition at line 1486 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().

◆ TEST() [46/124]

TEST ( GenericToArray  ,
FromDynSetTree   
)

Definition at line 1516 of file ah-convert.cc.

References Aleph::DynList< T >::insert(), Aleph::maps(), and Aleph::to_Array().

◆ TEST() [47/124]

TEST ( GenericToArray  ,
FromEmptyContainer   
)

Definition at line 1532 of file ah-convert.cc.

References Aleph::maps(), and Aleph::to_Array().

◆ TEST() [48/124]

TEST ( GenericToDynArray  ,
FromDynDlist   
)

◆ TEST() [49/124]

TEST ( GenericToDynArray  ,
FromDynList   
)

◆ TEST() [50/124]

TEST ( GenericToDynArray  ,
FromDynSetTree   
)

◆ TEST() [51/124]

TEST ( GenericToDynArray  ,
FromEmptyContainer   
)

Definition at line 1584 of file ah-convert.cc.

References Aleph::maps(), Aleph::HTList::size(), and Aleph::to_DynArray().

◆ TEST() [52/124]

TEST ( GenericToDynArray  ,
RoundTripWithDynList   
)

◆ TEST() [53/124]

TEST ( InitializerList  ,
InitToArrayEmpty   
)

Definition at line 1020 of file ah-convert.cc.

References Aleph::maps().

◆ TEST() [54/124]

TEST ( InitializerList  ,
InitToArrayMultiple   
)

Definition at line 1026 of file ah-convert.cc.

References Aleph::init_to_Array(), and Aleph::maps().

◆ TEST() [55/124]

TEST ( InitializerList  ,
InitToDynArrayEmpty   
)

Definition at line 1036 of file ah-convert.cc.

References Aleph::maps().

◆ TEST() [56/124]

TEST ( InitializerList  ,
InitToDynArrayMultiple   
)

Definition at line 1042 of file ah-convert.cc.

References Aleph::init_to_DynArray(), and Aleph::maps().

◆ TEST() [57/124]

TEST ( InitializerList  ,
InitToDynDlistEmpty   
)

Definition at line 1053 of file ah-convert.cc.

References Aleph::maps().

◆ TEST() [58/124]

TEST ( InitializerList  ,
InitToDynDlistMultiple   
)

Definition at line 1059 of file ah-convert.cc.

References Aleph::maps().

◆ TEST() [59/124]

TEST ( InitializerList  ,
InitToDynListEmpty   
)

Definition at line 1001 of file ah-convert.cc.

References Aleph::maps().

◆ TEST() [60/124]

TEST ( InitializerList  ,
InitToDynListMultiple   
)

Definition at line 1007 of file ah-convert.cc.

References Aleph::init_to_DynList(), and Aleph::maps().

◆ TEST() [61/124]

TEST ( InitializerList  ,
InitWithStrings   
)

Definition at line 1070 of file ah-convert.cc.

References Aleph::maps().

◆ TEST() [62/124]

TEST ( LargeContainers  ,
DynArrayConversions   
)

◆ TEST() [63/124]

TEST ( LargeContainers  ,
VectorConversions   
)

Definition at line 408 of file ah-convert.cc.

References Aleph::maps(), Aleph::to_vector(), and Aleph::vector_to_DynList().

◆ TEST() [64/124]

TEST ( MapConversions  ,
MapKeysToDynList   
)

Definition at line 973 of file ah-convert.cc.

References Aleph::map_keys_to_DynList(), and Aleph::maps().

◆ TEST() [65/124]

TEST ( MapConversions  ,
MapToArray   
)

Definition at line 961 of file ah-convert.cc.

References Aleph::map_to_Array(), and Aleph::maps().

◆ TEST() [66/124]

TEST ( MapConversions  ,
MapToDynListEmpty   
)

Definition at line 940 of file ah-convert.cc.

References Aleph::map_to_DynList(), and Aleph::maps().

◆ TEST() [67/124]

TEST ( MapConversions  ,
MapToDynListMultiple   
)

Definition at line 947 of file ah-convert.cc.

References Aleph::map_to_DynList(), and Aleph::maps().

◆ TEST() [68/124]

TEST ( MapConversions  ,
MapValuesToDynList   
)

Definition at line 987 of file ah-convert.cc.

References Aleph::map_values_to_DynList(), and Aleph::maps().

◆ TEST() [69/124]

◆ TEST() [70/124]

TEST ( MapHashConversions  ,
MapHashToArray   
)

◆ TEST() [71/124]

TEST ( MapHashConversions  ,
MapHashToDynList   
)

◆ TEST() [72/124]

TEST ( MapHashConversions  ,
MapHashToStdMap   
)

◆ TEST() [73/124]

◆ TEST() [74/124]

TEST ( MoveSemantics  ,
VectorToArrayMove   
)

Definition at line 820 of file ah-convert.cc.

References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_Array().

◆ TEST() [75/124]

TEST ( MoveSemantics  ,
VectorToDynArrayMove   
)

Definition at line 832 of file ah-convert.cc.

References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_DynArray().

◆ TEST() [76/124]

TEST ( MoveSemantics  ,
VectorToDynDlistMove   
)

Definition at line 845 of file ah-convert.cc.

References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_DynDlist().

◆ TEST() [77/124]

TEST ( MoveSemantics  ,
VectorToDynListMove   
)

Definition at line 804 of file ah-convert.cc.

References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_DynList().

◆ TEST() [78/124]

TEST ( RoundTrip  ,
ArrayToDynListAndBack   
)

◆ TEST() [79/124]

TEST ( RoundTrip  ,
DequeToArrayAndBack   
)

◆ TEST() [80/124]

◆ TEST() [81/124]

◆ TEST() [82/124]

TEST ( RoundTrip  ,
VectorToArrayAndBack   
)

◆ TEST() [83/124]

TEST ( RoundTrip  ,
VectorToDynArrayAndBack   
)

◆ TEST() [84/124]

TEST ( RoundTrip  ,
VectorToDynListAndBack   
)

◆ TEST() [85/124]

TEST ( SetConversions  ,
SetToArray   
)

Definition at line 886 of file ah-convert.cc.

References Aleph::maps(), and Aleph::set_to_Array().

◆ TEST() [86/124]

TEST ( SetConversions  ,
SetToDynArray   
)

Definition at line 897 of file ah-convert.cc.

References Aleph::maps(), and Aleph::set_to_DynArray().

◆ TEST() [87/124]

TEST ( SetConversions  ,
SetToDynListEmpty   
)

Definition at line 861 of file ah-convert.cc.

References Aleph::maps(), and Aleph::set_to_DynList().

◆ TEST() [88/124]

TEST ( SetConversions  ,
SetToDynListMultiple   
)

Definition at line 868 of file ah-convert.cc.

References Aleph::maps(), and Aleph::set_to_DynList().

◆ TEST() [89/124]

TEST ( SetConversions  ,
ToSetFromArray   
)

Definition at line 924 of file ah-convert.cc.

References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_set().

◆ TEST() [90/124]

TEST ( SetConversions  ,
ToSetFromDynList   
)

Definition at line 908 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_set().

◆ TEST() [91/124]

TEST ( ToArray  ,
FromEmptyDynList   
)

Definition at line 101 of file ah-convert.cc.

References Aleph::maps(), and Aleph::to_Array().

◆ TEST() [92/124]

TEST ( ToArray  ,
FromMultipleElementDynList   
)

Definition at line 119 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().

◆ TEST() [93/124]

TEST ( ToArray  ,
FromSingleElementDynList   
)

Definition at line 108 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().

◆ TEST() [94/124]

TEST ( ToArray  ,
WithStrings   
)

Definition at line 134 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().

◆ TEST() [95/124]

TEST ( ToDeque  ,
FromArray   
)

◆ TEST() [96/124]

TEST ( ToDeque  ,
FromEmptyDynList   
)

Definition at line 542 of file ah-convert.cc.

References Aleph::DynList< T >::empty(), Aleph::maps(), and Aleph::to_deque().

◆ TEST() [97/124]

TEST ( ToDeque  ,
FromMultipleElementDynList   
)

◆ TEST() [98/124]

TEST ( ToDynArray  ,
FromArray   
)

Definition at line 479 of file ah-convert.cc.

References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynArray().

◆ TEST() [99/124]

TEST ( ToDynArray  ,
FromEmptyDynList   
)

Definition at line 457 of file ah-convert.cc.

References Aleph::maps(), and Aleph::to_DynArray().

◆ TEST() [100/124]

TEST ( ToDynArray  ,
FromMultipleElementDynList   
)

Definition at line 464 of file ah-convert.cc.

References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_DynArray().

◆ TEST() [101/124]

TEST ( ToDynList  ,
FromEmptyArray   
)

Definition at line 49 of file ah-convert.cc.

References Aleph::maps(), and Aleph::to_DynList().

◆ TEST() [102/124]

TEST ( ToDynList  ,
FromMultipleElementArray   
)

Definition at line 66 of file ah-convert.cc.

References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynList().

◆ TEST() [103/124]

TEST ( ToDynList  ,
FromSingleElementArray   
)

Definition at line 56 of file ah-convert.cc.

References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynList().

◆ TEST() [104/124]

TEST ( ToDynList  ,
WithStrings   
)

Definition at line 86 of file ah-convert.cc.

References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynList().

◆ TEST() [105/124]

TEST ( ToVector  ,
FromArray   
)

◆ TEST() [106/124]

TEST ( ToVector  ,
FromEmptyDynList   
)

Definition at line 218 of file ah-convert.cc.

References Aleph::DynList< T >::empty(), Aleph::maps(), and Aleph::to_vector().

◆ TEST() [107/124]

TEST ( ToVector  ,
FromMultipleElementDynList   
)

◆ TEST() [108/124]

TEST ( ToVector  ,
FromSingleElementDynList   
)

◆ TEST() [109/124]

TEST ( VectorToArray  ,
FromEmptyVector   
)

Definition at line 300 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_Array().

◆ TEST() [110/124]

TEST ( VectorToArray  ,
FromMultipleElementVector   
)

Definition at line 316 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_Array().

◆ TEST() [111/124]

TEST ( VectorToArray  ,
FromSingleElementVector   
)

Definition at line 307 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_Array().

◆ TEST() [112/124]

TEST ( VectorToDynArray  ,
FromEmptyVector   
)

Definition at line 428 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynArray().

◆ TEST() [113/124]

TEST ( VectorToDynArray  ,
FromMultipleElementVector   
)

Definition at line 444 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynArray().

◆ TEST() [114/124]

TEST ( VectorToDynArray  ,
FromSingleElementVector   
)

Definition at line 435 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynArray().

◆ TEST() [115/124]

TEST ( VectorToDynDlist  ,
FromEmptyVector   
)

Definition at line 736 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynDlist().

◆ TEST() [116/124]

TEST ( VectorToDynDlist  ,
FromMultipleElementVector   
)

Definition at line 743 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynDlist().

◆ TEST() [117/124]

TEST ( VectorToDynList  ,
FromEmptyVector   
)

Definition at line 268 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynList().

◆ TEST() [118/124]

TEST ( VectorToDynList  ,
FromMultipleElementVector   
)

Definition at line 284 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynList().

◆ TEST() [119/124]

TEST ( VectorToDynList  ,
FromSingleElementVector   
)

Definition at line 275 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynList().

◆ TEST() [120/124]

TEST ( VectorToDynSetTree  ,
FromEmptyVector   
)

Definition at line 1429 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynSetTree().

◆ TEST() [121/124]

TEST ( VectorToDynSetTree  ,
FromMultipleElementVector   
)

Definition at line 1445 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynSetTree().

◆ TEST() [122/124]

TEST ( VectorToDynSetTree  ,
FromSingleElementVector   
)

Definition at line 1436 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynSetTree().

◆ TEST() [123/124]

TEST ( VectorToDynSetTree  ,
RoundTrip   
)

◆ TEST() [124/124]

TEST ( VectorToDynSetTree  ,
WithStrings   
)

Definition at line 1458 of file ah-convert.cc.

References Aleph::maps(), and Aleph::vector_to_DynSetTree().