|
Jameo Core Library
|
This is the complete list of members for jm::Test, including all inherited members.
| autorelease() noexcept | jm::Object | |
| displayName() const | jm::Object | virtual |
| doTest()=0 | jm::Test | pure virtual |
| equals(const Object *other) const | jm::Object | virtual |
| errorCode() const | jm::Test | protected |
| highBit() const noexcept | jm::Object | |
| name() const | jm::Test | |
| Object() noexcept | jm::Object | |
| printDiffInfo(DiffOperation operation, Object *other) const | jm::Object | virtual |
| referenceCount() const noexcept | jm::Object | |
| release() noexcept | jm::Object | |
| retain() noexcept | jm::Object | |
| setErrorCode(const String &error) | jm::Test | protected |
| setHighBit(bool status) noexcept | jm::Object | |
| setName(const String &name) | jm::Test | |
| Test()=default | jm::Test | |
| testEquals(const double actual, const double expected, const String &failmessage) const | jm::Test | protected |
| testEquals(int64 actual, int64 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(int64 actual, int32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(uint64 actual, uint64 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(void *actual, void *expected, const String &failmessage) const | jm::Test | protected |
| testEquals(uint64 actual, int32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(uint64 actual, uint32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(int32 actual, int32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(uint32 actual, uint32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(uint32 actual, int32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(int32 actual, uint32 expected, const String &failmessage) const | jm::Test | protected |
| testEquals(const String &actual, const String &expected, const String &failmessage) const | jm::Test | protected |
| testEqualsIgnoreCase(const String &actual, const String &expected, const String &failmessage) const | jm::Test | protected |
| testFail(const String &message) const | jm::Test | protected |
| testFalse(bool actual, const String &failmessage) const | jm::Test | protected |
| testNotNull(const void *actual, const String &failmessage) const | jm::Test | protected |
| testNull(const void *actual, const String &failmessage) const | jm::Test | protected |
| testTrue(bool actual, const String &failmessage) const | jm::Test | protected |
| testUnexpectedException(const String &failmessage) const | jm::Test | |
| ~Object() noexcept | jm::Object | virtual |
| ~Test()=default | jm::Test |