|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Cookie Guard. More...
Go to the source code of this file.
Classes | |
| class | CookieGuardTest |
Typedefs | |
| using | Graph = List_Graph< Graph_Node< int >, Graph_Arc< int > > |
| using | Node = Graph::Node |
| using | Arc = Graph::Arc |
Functions | |
| TEST_F (CookieGuardTest, BasicCleanup) | |
| TEST_F (CookieGuardTest, SelectiveCleanup) | |
| TEST_F (CookieGuardTest, Release) | |
| TEST_F (CookieGuardTest, ClearNow) | |
| TEST_F (CookieGuardTest, CustomDeleter) | |
| TEST_F (CookieGuardTest, ExceptionSafety) | |
| TEST_F (CookieGuardTest, MoveConstruction) | |
| TEST_F (CookieGuardTest, BasicSaveRestore) | |
| TEST_F (CookieGuardTest, SaveRestoreWithNullOriginal) | |
| TEST_F (CookieGuardTest, Discard) | |
| TEST_F (CookieGuardTest, RestoreNow) | |
| TEST_F (CookieGuardTest, SaverWithCleanup) | |
| TEST_F (CookieGuardTest, SaverExceptionSafety) | |
| TEST_F (CookieGuardTest, GetSavedCookies) | |
| TEST_F (CookieGuardTest, WithCleanCookies) | |
| TEST_F (CookieGuardTest, WithSavedCookies) | |
| TEST_F (CookieGuardTest, NestedSavers) | |
| TEST_F (CookieGuardTest, ScopeGuardBasicCleanup) | |
| TEST_F (CookieGuardTest, ScopeGuardRelease) | |
| TEST_F (CookieGuardTest, ScopeGuardCleanupNow) | |
| TEST_F (CookieGuardTest, ScopeGuardMoveConstruction) | |
| TEST_F (CookieGuardTest, ScopeGuardExceptionSafety) | |
| TEST_F (CookieGuardTest, ScopeGuardWithRealCleanup) | |
Tests for Cookie Guard.
Definition in file cookie_guard_test.cc.
| using Arc = Graph::Arc |
Definition at line 46 of file cookie_guard_test.cc.
| using Graph = List_Graph<Graph_Node<int>, Graph_Arc<int> > |
Definition at line 44 of file cookie_guard_test.cc.
| using Node = Graph::Node |
Definition at line 45 of file cookie_guard_test.cc.
| TEST_F | ( | CookieGuardTest | , |
| BasicCleanup | |||
| ) |
Definition at line 85 of file cookie_guard_test.cc.
References ARC_COOKIE, Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| BasicSaveRestore | |||
| ) |
Definition at line 204 of file cookie_guard_test.cc.
References ARC_COOKIE, Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| ClearNow | |||
| ) |
Definition at line 133 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| CustomDeleter | |||
| ) |
Definition at line 148 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| Discard | |||
| ) |
Definition at line 245 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| ExceptionSafety | |||
| ) |
Definition at line 170 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| GetSavedCookies | |||
| ) |
Definition at line 324 of file cookie_guard_test.cc.
References StlAlephIterator< SetName >::begin(), StlAlephIterator< SetName >::end(), Aleph::maps(), NODE_COOKIE, and Aleph::HTList::size().
| TEST_F | ( | CookieGuardTest | , |
| MoveConstruction | |||
| ) |
Definition at line 189 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| NestedSavers | |||
| ) |
Definition at line 372 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| Release | |||
| ) |
Definition at line 120 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| RestoreNow | |||
| ) |
Definition at line 259 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| SaveRestoreWithNullOriginal | |||
| ) |
Definition at line 229 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| SaverExceptionSafety | |||
| ) |
Definition at line 305 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| SaverWithCleanup | |||
| ) |
Definition at line 275 of file cookie_guard_test.cc.
References Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| ScopeGuardBasicCleanup | |||
| ) |
Definition at line 398 of file cookie_guard_test.cc.
References Aleph::maps().
| TEST_F | ( | CookieGuardTest | , |
| ScopeGuardCleanupNow | |||
| ) |
Definition at line 428 of file cookie_guard_test.cc.
References Aleph::maps().
| TEST_F | ( | CookieGuardTest | , |
| ScopeGuardExceptionSafety | |||
| ) |
Definition at line 468 of file cookie_guard_test.cc.
References Aleph::maps().
| TEST_F | ( | CookieGuardTest | , |
| ScopeGuardMoveConstruction | |||
| ) |
Definition at line 450 of file cookie_guard_test.cc.
References Aleph::maps().
| TEST_F | ( | CookieGuardTest | , |
| ScopeGuardRelease | |||
| ) |
Definition at line 413 of file cookie_guard_test.cc.
References Aleph::maps().
| TEST_F | ( | CookieGuardTest | , |
| ScopeGuardWithRealCleanup | |||
| ) |
Definition at line 487 of file cookie_guard_test.cc.
References Aleph::maps(), Aleph::Filter_Iterator< Container, It, Show_Item >::next_ne(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| SelectiveCleanup | |||
| ) |
Definition at line 106 of file cookie_guard_test.cc.
References ARC_COOKIE, Aleph::maps(), and NODE_COOKIE.
| TEST_F | ( | CookieGuardTest | , |
| WithCleanCookies | |||
| ) |
Definition at line 345 of file cookie_guard_test.cc.
References Aleph::maps(), NODE_COOKIE, and Aleph::with_clean_cookies().
| TEST_F | ( | CookieGuardTest | , |
| WithSavedCookies | |||
| ) |
Definition at line 359 of file cookie_guard_test.cc.
References Aleph::maps(), NODE_COOKIE, and Aleph::with_saved_cookies().