This is the complete list of members for TestOnce, including all inherited members.
assertion(const __FlashStringHelper *file, uint16_t line, const __FlashStringHelper *lhss, const T &lhs, const __FlashStringHelper *ops, bool(*op)(const T &lhs, const T &rhs), const __FlashStringHelper *rhss, const T &rhs) (defined in Test) | Test | inlinestatic |
current | Test | static |
DONE_FAIL | Test | static |
DONE_PASS | Test | static |
DONE_SKIP | Test | static |
exclude(const char *pattern) | Test | static |
fail() | Test | |
getCurrentCount() (defined in Test) | Test | inlinestatic |
getCurrentFailed() (defined in Test) | Test | inlinestatic |
getCurrentPassed() (defined in Test) | Test | inlinestatic |
getCurrentSkipped() (defined in Test) | Test | inlinestatic |
include(const char *pattern) | Test | static |
loop() | TestOnce | virtual |
LOOPING | Test | static |
max_verbosity | Test | static |
min_verbosity | Test | static |
name | Test | |
once()=0 (defined in TestOnce) | TestOnce | pure virtual |
out | Test | static |
pass() | Test | |
run() | Test | static |
setup() | Test | virtual |
skip() | Test | |
state | Test | |
Test(const __FlashStringHelper *_name, uint8_t _verbosity=TEST_VERBOSITY_TESTS_ALL|TEST_VERBOSITY_ASSERTIONS_FAILED) (defined in Test) | Test | |
Test(const char *_name, uint8_t _verbosity=TEST_VERBOSITY_TESTS_ALL|TEST_VERBOSITY_ASSERTIONS_FAILED) (defined in Test) | Test | |
TestOnce(const __FlashStringHelper *name) (defined in TestOnce) | TestOnce | |
TestOnce(const char *name) (defined in TestOnce) | TestOnce | |
UNSETUP | Test | static |
verbosity | Test | |
~Test() (defined in Test) | Test | virtual |