Files
fprime/FppTest/component/tests/CmdTests.cpp
Tiffany Chieu f34d596cf4 FPP v2.0 integration (#2181)
* 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
2023-09-27 17:11:18 -07:00

19 lines
493 B
C++

// ======================================================================
// \title CmdTests.cpp
// \author T. Chieu
// \brief cpp file for 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
CMD_TEST_DEFS(, )