|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Unit tests for Uid class. More...
#include <gtest/gtest.h>#include <uid.H>#include <string>#include <cstring>#include <vector>#include <set>Go to the source code of this file.
Functions | |
| TEST (UidTest, DefaultConstructor) | |
| TEST (UidTest, ComponentConstructor) | |
| TEST (UidTest, EqualityOperator) | |
| TEST (UidTest, StringConversionRoundTrip) | |
| TEST (UidTest, StringBufferSizeCheck) | |
| TEST (UidTest, Uniqueness) | |
Unit tests for Uid class.
Tests construction, string conversion, equality, and exception handling for the Uid class.
Definition in file uid_test.cc.
| TEST | ( | UidTest | , |
| ComponentConstructor | |||
| ) |
Definition at line 32 of file uid_test.cc.
References Aleph::maps().
| TEST | ( | UidTest | , |
| DefaultConstructor | |||
| ) |
Definition at line 22 of file uid_test.cc.
References Aleph::maps().
| TEST | ( | UidTest | , |
| EqualityOperator | |||
| ) |
Definition at line 48 of file uid_test.cc.
References Aleph::maps().
| TEST | ( | UidTest | , |
| StringBufferSizeCheck | |||
| ) |
Definition at line 100 of file uid_test.cc.
References Aleph::maps().
| TEST | ( | UidTest | , |
| StringConversionRoundTrip | |||
| ) |
Definition at line 72 of file uid_test.cc.
References Aleph::maps(), and Uid::stringSize.
| TEST | ( | UidTest | , |
| Uniqueness | |||
| ) |
Definition at line 113 of file uid_test.cc.
References Aleph::DynList< T >::insert(), Aleph::maps(), Aleph::HTList::size(), and Uid::stringSize.