Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling/
DFreeRTOS_TCP_State_Handling_utest.c1766 BaseType_t Result = pdFALSE; in test_prvTCPSocketCopy_NullSocketSet() local
1779 Result = prvTCPSocketCopy( &MockReturnSocket, pxSocket ); in test_prvTCPSocketCopy_NullSocketSet()
1780 TEST_ASSERT_EQUAL( pdTRUE, Result ); in test_prvTCPSocketCopy_NullSocketSet()
1791 BaseType_t Result = pdFALSE; in test_prvTCPSocketCopy_BindError() local
1805 Result = prvTCPSocketCopy( &MockReturnSocket, pxSocket ); in test_prvTCPSocketCopy_BindError()
1806 TEST_ASSERT_EQUAL( pdFALSE, Result ); in test_prvTCPSocketCopy_BindError()