LibreVNA/Software/PC_Application/LibreVNA-Test/impedancerenormalizationtests.h
2025-02-09 12:59:11 +01:00

22 lines
424 B
C++

#ifndef IMPEDANCERENORMALIZATIONTESTS_H
#define IMPEDANCERENORMALIZATIONTESTS_H
#include <QtTest>
#include "impedancerenormalization.h"
class ImpedanceRenormalizationTests : public QObject
{
Q_OBJECT
public:
ImpedanceRenormalizationTests();
~ImpedanceRenormalizationTests();
private slots:
void OnePortTests();
private:
ImpedanceRenormalization *renorm;
};
#endif // IMPEDANCERENORMALIZATIONTESTS_H