25 #ifndef AUNIT_TEST_AGAIN_H 26 #define AUNIT_TEST_AGAIN_H 30 #include "MetaAssertion.h" 32 class __FlashStringHelper;
50 virtual void again() = 0;
virtual void again()=0
User-provided test case.
Similar to TestOnce but performs the user-defined test multiple times.
void loop() override
Calls the user-provided again() method multiple times until the user code explicitly resolves the tes...