THM1176InstrumentDriver 1.1
C++ API for Metrolab THM1176
Loading...
Searching...
No Matches
TestSCPIParsing.h
Go to the documentation of this file.
1// Copyright (c) 2020 Metrolab Technology S.A., Geneva, Switzerland (www.metrolab.com)
2// See the included file LICENSE.txt for the licensing conditions.
3
7
8#pragma once
9
10// Qt includes
11#include <QtTest/QtTest>
12
14class TestSCPIParsing : public QObject
15{
16 Q_OBJECT
17
18private slots:
19 // Mandatory
20 void initTestCase();
21 void cleanupTestCase();
22
23 // Test cases
24 void ArbitraryBlock();
25 void StringChannelList();
26 void BinaryChannelList();
27};
Test the SCPI parsing functions.