ArduinoUnit 2.0
 All Classes Files Functions Variables Macros
TestOnce Member List

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)Testinlinestatic
currentTeststatic
DONE_FAILTeststatic
DONE_PASSTeststatic
DONE_SKIPTeststatic
exclude(const char *pattern)Teststatic
fail()Test
getCurrentCount() (defined in Test)Testinlinestatic
getCurrentFailed() (defined in Test)Testinlinestatic
getCurrentPassed() (defined in Test)Testinlinestatic
getCurrentSkipped() (defined in Test)Testinlinestatic
include(const char *pattern)Teststatic
loop()TestOncevirtual
LOOPINGTeststatic
max_verbosityTeststatic
min_verbosityTeststatic
nameTest
once()=0 (defined in TestOnce)TestOncepure virtual
outTeststatic
pass()Test
run()Teststatic
setup()Testvirtual
skip()Test
stateTest
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
UNSETUPTeststatic
verbosityTest
~Test() (defined in Test)Testvirtual