testEnumIterator.cc File Reference
#include "squid.h"
#include "tests/testEnumIterator.h"
#include "unitTestMain.h"
#include <cppunit/TestAssert.h>
Include dependency graph for testEnumIterator.cc:

Go to the source code of this file.
Enumerations | |
enum | TestEnum { TestEnum::enumBegin_ = 0, TestEnum::zero = enumBegin_, TestEnum::one, TestEnum::two, TestEnum::three, TestEnum::four, TestEnum::enumEnd_ } |
enum | UnsignedTestEnum : unsigned char { UnsignedTestEnum::enumBegin_ = 0, UnsignedTestEnum::zero = enumBegin_, UnsignedTestEnum::one, UnsignedTestEnum::two, UnsignedTestEnum::three, UnsignedTestEnum::four, UnsignedTestEnum::enumEnd_ } |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (testEnumIterator) | |
Enumeration Type Documentation
◆ TestEnum
|
strong |
Enumerator | |
---|---|
enumBegin_ | |
zero | |
one | |
two | |
three | |
four | |
enumEnd_ |
Definition at line 17 of file testEnumIterator.cc.
◆ UnsignedTestEnum
|
strong |
Enumerator | |
---|---|
enumBegin_ | |
zero | |
one | |
two | |
three | |
four | |
enumEnd_ |
Definition at line 27 of file testEnumIterator.cc.
Function Documentation
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
CPPUNIT_TEST_SUITE_REGISTRATION | ( | testEnumIterator | ) |