25 #ifndef AUNIT_TEST_AGAIN_H
26 #define AUNIT_TEST_AGAIN_H
30 #include "MetaAssertion.h"
32 class __FlashStringHelper;
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...
virtual void again()=0
User-provided test case.