28 #ifndef AUNIT_TEST_ONCE_H 29 #define AUNIT_TEST_ONCE_H 33 #include "MetaAssertion.h" 35 class __FlashStringHelper;
50 virtual void loop()
override;
53 virtual void once() = 0;
virtual void once()=0
User-provided test case.
Similar to TestAgain but performs user-defined test only once.
virtual void loop() override
Calls the user-provided once() method.