Searched refs:Result (Results 1 – 1 of 1) sorted by relevance
1766 BaseType_t Result = pdFALSE; in test_prvTCPSocketCopy_NullSocketSet() local1779 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() local1805 Result = prvTCPSocketCopy( &MockReturnSocket, pxSocket ); in test_prvTCPSocketCopy_BindError()1806 TEST_ASSERT_EQUAL( pdFALSE, Result ); in test_prvTCPSocketCopy_BindError()