File gtest_isotp_send.cpp

FileList > tests > unit > gtest_isotp_send.cpp

Go to the source code of this file

Unit tests for isotp_send. More...

  • #include <gtest/gtest.h>
  • #include "isotp_test_support.h"

Public Functions

Type Name
TEST (IsotpSend, UsesLinkArbitrationId)
Uses link arbitration ID for sending.
TEST (IsotpSend, OversizeReturnsOverflow)
Oversize payload returns overflow.
TEST (IsotpSend, InProgressReturnsInProgress)
In-progress send returns in-progress.

Detailed Description

Verifies arbitration ID usage and error returns.

Public Functions Documentation

function TEST

Uses link arbitration ID for sending.

TEST (
    IsotpSend,
    UsesLinkArbitrationId
) 


function TEST

Oversize payload returns overflow.

TEST (
    IsotpSend,
    OversizeReturnsOverflow
) 


function TEST

In-progress send returns in-progress.

TEST (
    IsotpSend,
    InProgressReturnsInProgress
) 



The documentation for this class was generated from the following file tests/unit/gtest_isotp_send.cpp