mirror of
https://github.com/nasa/fprime.git
synced 2026-04-12 05:19:03 -05:00
* Add tests for TesterBase port functions * Use sendRawCmd to test sending commands * Add tests for TesterBase command functions * Use cmdResponseHistory for checking command responses * Remove custom command response handling * Run clang-format * Add tests for TesterBase parameter functions * Update tests for FPP unit testing * Run clang-format * Add event text logging to FPP component tests
19 lines
521 B
C++
19 lines
521 B
C++
// ======================================================================
|
|
// \title AsyncCmdTests.cpp
|
|
// \author T. Chieu
|
|
// \brief cpp file for async command tests
|
|
//
|
|
// \copyright
|
|
// Copyright (C) 2009-2023 California Institute of Technology.
|
|
// ALL RIGHTS RESERVED. United States Government Sponsorship
|
|
// acknowledged.
|
|
//
|
|
// ======================================================================
|
|
|
|
#include "CmdTests.hpp"
|
|
|
|
#include "Fw/Cmd/CmdArgBuffer.hpp"
|
|
|
|
CMD_TEST_INVOKE_DEFS_ASYNC
|
|
CMD_TEST_DEFS(Async, _ASYNC)
|