#include "Tests.h"
#include "TestClass.h"
#include "LeakCheck.h"
#include <slist>
#include "test_construct.h"
#include "test_assign_op.h"
#include "test_push_back.h"
#include "test_insert.h"
#include "test_push_front.h"
Go to the source code of this file.
◆ TestSList
◆ container_category()
◆ test_slist()
Definition at line 55 of file test_slist.cpp.
55 {
58
59 while (testSList.size() < slistSize) {
61 testSList.push_front(
x );
63 }
64
68
72
74 TestClass *insFirst =
new TestSList::value_type[1+insCnt];
76
78 delete[] insFirst;
82
89}
void ConstCheck(const Value &v, const Operation &op, long max_iters=2000000)
void StrongCheck(const Value &v, const Operation &op, long max_iters=2000000)
void WeakCheck(const Value &v, const Operation &op, long max_iters=2000000)
GLint GLint GLint GLint GLint x
unsigned random_number(size_t range)
test_insert_range< C, Iter > insert_range_tester(const C &orig, const Iter &first, const Iter &last)
EH_STD::__slist__< TestClass, eh_allocator(TestClass) > TestSList