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