|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <test_Set.hpp>

Public Member Functions | |
| test_Set (MPI_Comm comm) | |
| virtual | ~test_Set () |
| const char * | getName () |
| int | runtests () |
| int | test1 () |
| int | test2 () |
| int | test3 () |
| int | test4 () |
| int | test5 () |
| int | test6 () |
| int | test7 () |
| int | test8 () |
| int | test9 () |
Public Member Functions inherited from tester | |
| tester (MPI_Comm comm) | |
| virtual | ~tester () |
| void | setPath (const std::string &path) |
Additional Inherited Members | |
Protected Attributes inherited from tester | |
| MPI_Comm | comm_ |
| int | numProcs_ |
| int | localProc_ |
| std::string | path_ |
Unit-tester for fei::ctg_set, etc.
Definition at line 20 of file test_Set.hpp.
| test_Set::test_Set | ( | MPI_Comm | comm | ) |
Definition at line 21 of file test_Set.cpp.
|
virtual |
Definition at line 26 of file test_Set.cpp.
|
inlinevirtual |
|
virtual |
| int test_Set::test1 | ( | ) |
Definition at line 178 of file test_Set.cpp.
Referenced by runtests().
| int test_Set::test2 | ( | ) |
Definition at line 183 of file test_Set.cpp.
References fei::ctg_set< T >::begin(), fei::ctg_set< T >::end(), FEI_COUT, FEI_ENDL, fei::ctg_set< T >::find(), fei::ctg_set< T >::insert(), fei::ctg_set< T >::insert2(), set_test2(), and fei::ctg_set< T >::size().
Referenced by runtests().
| int test_Set::test3 | ( | ) |
Definition at line 267 of file test_Set.cpp.
Referenced by runtests().
| int test_Set::test4 | ( | ) |
Definition at line 272 of file test_Set.cpp.
Referenced by runtests().
| int test_Set::test5 | ( | ) |
Definition at line 278 of file test_Set.cpp.
References fei::binarySearch(), fei::ctg_set< T >::end(), ERReturn, FEI_COUT, FEI_ENDL, fei::ctg_set< T >::find(), fei::ctg_set< T >::insert2(), and fei::ctg_set< T >::size().
Referenced by runtests().
| int test_Set::test6 | ( | ) |
Definition at line 322 of file test_Set.cpp.
Referenced by runtests().
| int test_Set::test7 | ( | ) |
Definition at line 327 of file test_Set.cpp.
Referenced by runtests().
| int test_Set::test8 | ( | ) |
Definition at line 333 of file test_Set.cpp.
Referenced by runtests().
| int test_Set::test9 | ( | ) |
Definition at line 338 of file test_Set.cpp.
Referenced by runtests().
1.8.5