13#ifndef FPP_TEST_PORT_TEST_HPP
14#define FPP_TEST_PORT_TEST_HPP
16#include "test/ut/Tester.hpp"
17#include "FppTest/port/TypedPortIndexEnumAc.hpp"
19#include "gtest/gtest.h"
22template <
typename PortType>
32 this->tester.invoke(TypedPortIndex::TYPED, this->port);
33 this->tester.check_history(this->port);
41template <
typename PortType>
51 this->tester.invoke(TypedPortIndex::SERIAL, this->port);
52 this->tester.check_serial(this->port);
56 this->tester.invoke_serial(TypedPortIndex::SERIAL, this->port);
57 this->tester.check_history(this->port);
REGISTER_TYPED_TEST_SUITE_P(TypedPortTest, TypedPort)
TYPED_TEST_P(TypedPortTest, TypedPort)
TYPED_TEST_SUITE_P(TypedPortTest)