ifw-slm 0.1.2
 
Loading...
Searching...
No Matches
testLoopCompletionHandler.cpp File Reference

Unit tests for the LoopCompletionHandler class. More...

#include <ifw/slm/framework/loopCompletionHandler.hpp>
#include <ifw/slm/framework/dataContext.hpp>
#include <rad/application.hpp>
#include <gtest/gtest.h>

Classes

class  ifw::slm::TestLoopCompletionHandler
 Test fixture for LoopCompletionHandler. More...
 

Namespaces

namespace  ifw
 
namespace  ifw::slm
 

Functions

 ifw::slm::TEST_F (TestLoopCompletionHandler, CreateHandler)
 Test that CreateLoopCompletionHandler returns a valid handler.
 
 ifw::slm::TEST_F (TestLoopCompletionHandler, SignalSuccessValidRange)
 Test that SignalSuccess works for valid loop indices (1-9)
 
 ifw::slm::TEST_F (TestLoopCompletionHandler, SignalSuccessOutOfRange)
 Test that SignalSuccess throws for out-of-range indices.
 
 ifw::slm::TEST_F (TestLoopCompletionHandler, SignalErrorValidRange)
 Test that SignalError works for valid loop indices (1-9)
 
 ifw::slm::TEST_F (TestLoopCompletionHandler, SignalErrorOutOfRange)
 Test that SignalError throws for out-of-range indices.
 

Detailed Description

Unit tests for the LoopCompletionHandler class.

LoopCompletionHandler is responsible for signaling loop completion events without exposing framework-internal events.