• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/

Lines Matching refs:TEST_M

67 TEST_M(CUInt128, ConstructorAndToByteArray, wxT("Reading/writing byte sequences"))
117 TEST_M(CUInt128, OperatorEqualsCUInt128, wxT("operator==(const CUInt128&)"))
126 TEST_M(CUInt128, OperatorEqualsUint32, wxT("operator==(uint32_t)"))
136 TEST_M(CUInt128, OperatorEqualsUint32CUInt128, wxT("operator==(uint32_t, const CUInt128&)"))
146 TEST_M(CUInt128, EmptyContructor, wxT("CUInt128()"))
154 TEST_M(CUInt128, CopyConstructor, wxT("CUInt128(const CUInt128&)"))
162 TEST_M(CUInt128, ConstructFromBool, wxT("CUInt128(bool)"))
173 TEST_M(CUInt128, ConstructFromUint32, wxT("CUInt128(uint32_t)"))
178 TEST_M(CUInt128, AssignCUInt128, wxT("operator=(const CUInt128&)"))
186 TEST_M(CUInt128, AssignUint32, wxT("operator=(uint32_t)"))
220 TEST_M(CUInt128, SetValueCUInt128, wxT("SetValue(const CUInt128&)"))
229 TEST_M(CUInt128, SetValueUint32, wxT("SetValue(uint32_t)"))
283 TEST_M(CUInt128, AddCUInt128, wxT("Add(const CUInt128&)"))
307 TEST_M(CUInt128, AddUint32, wxT("Add(uint32_t)"))
322 TEST_M(CUInt128, SubtractCUInt128, wxT("Subtract(const CUInt128&)"))
346 TEST_M(CUInt128, SubtractUint32, wxT("Subtract(uint32_t)"))
361 TEST_M(CUInt128, XorCUInt128, wxT("XOR(const CUInt128&)"))
375 TEST_M(CUInt128, XorUint32, wxT("XOR(uint32_t)"))
384 TEST_M(CUInt128, OperatorShiftLeftAssign, wxT("operator<<=(unsigned)"))
408 TEST_M(CUInt128, OperatorAddAssignCUInt128, wxT("operator+=(const CUInt128&)"))
432 TEST_M(CUInt128, OperatorAddAssignUint32, wxT("operator+=(uint32_t)"))
447 TEST_M(CUInt128, OperatorSubtractAssignCUInt128, wxT("operator-=(const CUInt128&)"))
471 TEST_M(CUInt128, OperatorSubtractAssignUint32, wxT("operator-=(uint32_t)"))
486 TEST_M(CUInt128, OperatorXorAssignCUInt128, wxT("operator^=(const CUInt128&)"))
498 TEST_M(CUInt128, OperatorXorAssignUint32, wxT("operator^=(uint32_t)"))
543 TEST_M(CUInt128, OperatorNotEqualCUInt128, wxT("operator!=(const CUInt128&)"))
552 TEST_M(CUInt128, OperatorNotEqualUint32, wxT("operator!=(uint32_t)"))
562 TEST_M(CUInt128, OperatorNotEqualUint32CUInt128, wxT("operator!=(uint32_t, const CUInt128&)"))
572 TEST_M(CUInt128, OperatorLessCUInt128, wxT("operator<(const CUInt128&)"))
583 TEST_M(CUInt128, OperatorLessOrEqualCUInt128, wxT("operator<=(const CUInt128&)"))
596 TEST_M(CUInt128, OperatorGreaterCUInt128, wxT("operator>(const CUInt128&)"))
607 TEST_M(CUInt128, OperatorGreaterOrEqualCUInt128, wxT("operator>=(const CUInt128&)"))
620 TEST_M(CUInt128, OperatorLessUint32, wxT("operator<(uint32_t)"))
633 TEST_M(CUInt128, OperatorLessOrEqualUint32, wxT("operator<=(uint32_t)"))
648 TEST_M(CUInt128, OperatorGreaterUint32, wxT("operator>(uint32_t)"))
657 TEST_M(CUInt128, OperatorGreaterOrEqualUint32, wxT("operator>=(uint32_t)"))
667 TEST_M(CUInt128, OperatorLessUint32CUInt128, wxT("operator<(uint32_t, const CUInt128&)"))
676 TEST_M(CUInt128, OperatorLessOrEqualUint32CUInt128, wxT("operator<=(uint32_t, const CUInt128&)"))
686 TEST_M(CUInt128, OperatorGreaterUint32CUInt128, wxT("operator>(uint32_t, const CUInt128&)"))
699 TEST_M(CUInt128, OperatorGreaterOrEqualUint32CUInt128, wxT("operator>=(uint32_t, const CUInt128&)"))
714 TEST_M(CUInt128, OperatorAddCUInt128, wxT("operator+(const CUInt128&)"))
734 TEST_M(CUInt128, OperatorSubtractCUInt128, wxT("operator-(const CUInt128&)"))
755 TEST_M(CUInt128, OperatorXorCUInt128, wxT("operator^(const CUInt128&)"))
772 TEST_M(CUInt128, OperatorAddUint32, wxT("operator+(uint32_t)"))
794 TEST_M(CUInt128, OperatorSubtractUint32, wxT("operator-(uint32_t)"))
813 TEST_M(CUInt128, OperatorXorUint32, wxT("operator^(uint32_t)"))
828 TEST_M(CUInt128, OperatorAddUint32CUInt128, wxT("operator+(uint32_t, const CUInt128&)"))
850 TEST_M(CUInt128, OperatorSubtractUint32CUInt128, wxT("operator-(uint32_t, const CUInt128&)"))
864 TEST_M(CUInt128, OperatorXorUint32CUInt128, wxT("operator^(uint32_t, const CUInt128&)"))