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