PLCnext API Documentation 23.6.0.37
|
This is the complete list of members for Arp::System::Commons::Testing::Assert, including all inherited members.
AreEqual(const void *expected, const void *actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(const char *expected, const char *actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(const char *expected, const String &actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(const String &expected, const char *actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(char expected, char actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(unsigned char expected, unsigned char actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(float expected, float actual, float epsilon) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(double expected, double actual, double epsilon) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(float expected, float actual, float epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(double expected, double actual, double epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(const T1 &expected, const T2 &actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(const T1 &expected, const T2 &actual, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreEqual(T1 *expected, T2 *actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreNotEqual(float notExpected, float actual, float epsilon) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreNotEqual(double notExpected, double actual, double epsilon) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreNotEqual(float notExpected, float actual, float epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreNotEqual(double notExpected, double actual, double epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreNotEqual(const T1 ¬Expected, const T2 &actual) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
AreNotEqual(const T1 ¬Expected, const T2 &actual, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
Error(const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
Exists(const String &path) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
Exists(const String &path, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
Fail(const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsEmpty(const String &s) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsEmpty(const String &s, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsFalse(Predicate predicate) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsFalse(Predicate predicate, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsInstanceOfType(const T &instance) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsInstanceOfType(const T &instance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsInstanceOfType(const T *pInstance) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsInstanceOfType(const T *pInstance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotEmpty(const String &s) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotEmpty(const String &s, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotInstanceOfType(const T &instance) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotInstanceOfType(const T &instance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotInstanceOfType(const T *pInstance) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotInstanceOfType(const T *pInstance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotNull(T *pValue) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNotNull(T *pValue, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNull(T *pValue) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsNull(T *pValue, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsTrue(Predicate predicate) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
IsTrue(Predicate predicate, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
NotExists(const String &path) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
NotExists(const String &path, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
Throws(TFunction &&func) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |
Throws(const char *message, TFunction &&func) (defined in Arp::System::Commons::Testing::Assert) | Arp::System::Commons::Testing::Assert | inlinestatic |