|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Comprehensive unit tests for io_graph.H. More...
#include <gtest/gtest.h>#include <sstream>#include <cstdio>#include <algorithm>#include <io_graph.H>#include <tpl_graph.H>Go to the source code of this file.
Classes | |
| class | IOGraphTest |
| class | IODigraphTest |
Functions | |
| TEST_F (IOGraphTest, ConstructFromReference) | |
| TEST_F (IOGraphTest, ConstructFromPointer) | |
| TEST_F (IOGraphTest, VerboseMode) | |
| TEST_F (IOGraphTest, SaveAndLoadBinary) | |
| TEST_F (IOGraphTest, BinaryPreservesNodeData) | |
| TEST_F (IOGraphTest, BinaryPreservesArcData) | |
| TEST_F (IOGraphTest, SaveAndLoadText) | |
| TEST_F (IOGraphTest, TextPreservesNodeData) | |
| TEST_F (IOGraphTest, TextModeToStringStream) | |
| TEST_F (IOGraphTest, SaveAndLoadEmptyGraphBinary) | |
| TEST_F (IOGraphTest, SaveAndLoadEmptyGraphText) | |
| TEST_F (IOGraphTest, SaveAndLoadSingleNodeBinary) | |
| TEST_F (IODigraphTest, SaveAndLoadBinary) | |
| TEST_F (IODigraphTest, SaveAndLoadText) | |
| TEST (DftStoreNodeTest, TextMode) | |
| TEST (DftStoreArcTest, TextMode) | |
| TEST (DftLoadNodeTest, TextMode) | |
| TEST (DftLoadArcTest, TextMode) | |
| TEST_F (IOGraphTest, SetLoadNode) | |
| TEST_F (IOGraphTest, SetStoreNode) | |
| TEST_F (IOGraphTest, SetLoadArc) | |
| TEST_F (IOGraphTest, SetStoreArc) | |
| TEST_F (IOGraphTest, LoadFromBadFile) | |
| TEST_F (IOGraphTest, LoadTextFromBadFile) | |
| TEST_F (IOGraphTest, MultipleRoundTripsBinary) | |
| TEST_F (IOGraphTest, MultipleRoundTripsText) | |
| int | main (int argc, char **argv) |
Comprehensive unit tests for io_graph.H.
Definition in file io_graph_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 644 of file io_graph_test.cc.
References Aleph::maps().
| TEST | ( | DftLoadArcTest | , |
| TextMode | |||
| ) |
Definition at line 497 of file io_graph_test.cc.
References Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and Aleph::maps().
| TEST | ( | DftLoadNodeTest | , |
| TextMode | |||
| ) |
Definition at line 483 of file io_graph_test.cc.
References Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and Aleph::maps().
| TEST | ( | DftStoreArcTest | , |
| TextMode | |||
| ) |
Definition at line 467 of file io_graph_test.cc.
References Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and Aleph::maps().
| TEST | ( | DftStoreNodeTest | , |
| TextMode | |||
| ) |
Definition at line 453 of file io_graph_test.cc.
References Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and Aleph::maps().
| TEST_F | ( | IODigraphTest | , |
| SaveAndLoadBinary | |||
| ) |
Definition at line 403 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IODigraphTest | , |
| SaveAndLoadText | |||
| ) |
Definition at line 426 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| BinaryPreservesArcData | |||
| ) |
Definition at line 193 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| BinaryPreservesNodeData | |||
| ) |
Definition at line 171 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| ConstructFromPointer | |||
| ) |
Definition at line 122 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| ConstructFromReference | |||
| ) |
Definition at line 116 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| LoadFromBadFile | |||
| ) |
Definition at line 553 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| LoadTextFromBadFile | |||
| ) |
Definition at line 564 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| MultipleRoundTripsBinary | |||
| ) |
Definition at line 578 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| MultipleRoundTripsText | |||
| ) |
Definition at line 619 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SaveAndLoadBinary | |||
| ) |
Definition at line 145 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SaveAndLoadEmptyGraphBinary | |||
| ) |
Definition at line 285 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SaveAndLoadEmptyGraphText | |||
| ) |
Definition at line 309 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SaveAndLoadSingleNodeBinary | |||
| ) |
Definition at line 337 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SaveAndLoadText | |||
| ) |
Definition at line 219 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SetLoadArc | |||
| ) |
Definition at line 533 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SetLoadNode | |||
| ) |
Definition at line 517 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SetStoreArc | |||
| ) |
Definition at line 541 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| SetStoreNode | |||
| ) |
Definition at line 525 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| TextModeToStringStream | |||
| ) |
Definition at line 267 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| TextPreservesNodeData | |||
| ) |
Definition at line 245 of file io_graph_test.cc.
References Aleph::maps().
| TEST_F | ( | IOGraphTest | , |
| VerboseMode | |||
| ) |
Definition at line 128 of file io_graph_test.cc.
References Aleph::maps().