modm API documentation
ResumableTest Class Reference

#include </tmp/tmpf_k69l0a/arduino-uno/modm-test/src/modm-test/processing/resumable/resumable_test.hpp>

Inheritance diagram for ResumableTest:
unittest::TestSuite

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 ()
 

Detailed Description

Author
Niklas Hauser

Member Function Documentation

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.


The documentation for this class was generated from the following files: