modm API documentation
|
#include </tmp/tmpjuwu__vz/stm32l072vzt6/modm-test/src/modm-test/processing/resumable/resumable_test.hpp>
Public Member Functions | |
void | testClassMethods () |
void | testNesting () |
void | testSpawn () |
void | testComplexSpawn () |
void | testCaseNumbers () |
void | testReturnEnumClass () |
void | testReturnVoidClass () |
void | testNonNestedResumables () |
virtual void | setUp () |
virtual void | tearDown () |
void ResumableTest::testReturnEnumClass | ( | ) |
Test if resumables can return enum class values
This was not the case for the first iteration of resumables, because the constant 0
cannot be implicitly casted to an enum class value. Thus this is a regression test.