PLCnext API Documentation 23.6.0.37
Arp::System::Commons::Testing::Assert Member List

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::Assertinlinestatic
AreEqual(const char *expected, const char *actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(const char *expected, const String &actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(const String &expected, const char *actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(char expected, char actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(unsigned char expected, unsigned char actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(float expected, float actual, float epsilon) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(double expected, double actual, double epsilon) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(float expected, float actual, float epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(double expected, double actual, double epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(const T1 &expected, const T2 &actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(const T1 &expected, const T2 &actual, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreEqual(T1 *expected, T2 *actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreNotEqual(float notExpected, float actual, float epsilon) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreNotEqual(double notExpected, double actual, double epsilon) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreNotEqual(float notExpected, float actual, float epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreNotEqual(double notExpected, double actual, double epsilon, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreNotEqual(const T1 &notExpected, const T2 &actual) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
AreNotEqual(const T1 &notExpected, const T2 &actual, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
Error(const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
Exists(const String &path) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
Exists(const String &path, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
Fail(const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsEmpty(const String &s) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsEmpty(const String &s, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsFalse(Predicate predicate) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsFalse(Predicate predicate, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsInstanceOfType(const T &instance) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsInstanceOfType(const T &instance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsInstanceOfType(const T *pInstance) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsInstanceOfType(const T *pInstance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotEmpty(const String &s) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotEmpty(const String &s, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotInstanceOfType(const T &instance) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotInstanceOfType(const T &instance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotInstanceOfType(const T *pInstance) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotInstanceOfType(const T *pInstance, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotNull(T *pValue) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNotNull(T *pValue, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNull(T *pValue) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsNull(T *pValue, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsTrue(Predicate predicate) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
IsTrue(Predicate predicate, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
NotExists(const String &path) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
NotExists(const String &path, const char *message, const Args &... args) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
Throws(TFunction &&func) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic
Throws(const char *message, TFunction &&func) (defined in Arp::System::Commons::Testing::Assert)Arp::System::Commons::Testing::Assertinlinestatic