XF Test Bench 3.3
Classes
Second Test Project

Uses StateMachine02 class to test XF. More...

Classes

class  StateMachine02
 
class  TestFactory02
 

Detailed Description

Uses StateMachine02 class to test XF.

This test checks again timeout handling and proper termination of a state machine. In case the state machine was statically/globally created, the XF must not delete the object, when requested to terminate the behavior. If the state-machine was created on the heap (dynamic allocation), the XF must delete the state machine upon request to terminate.

Wether or not the state machine should be deleted is handled with the 'deleteOnTerminate()' method provided by the XFReactive interface.

This results into the following output:

Output Received by the TraceLog Application