THM1176InstrumentDriver  1.0
C++ API for Metrolab THM1176
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 
14 class TestSCPIParsing : public QObject
15 {
16  Q_OBJECT
17 
18 private slots:
19  // Mandatory
20  void initTestCase();
21  void cleanupTestCase();
22 
23  // Test cases
24  void ArbitraryBlock();
25  void StringChannelList();
26  void BinaryChannelList();
27 };
TestSCPIParsing
Test the SCPI parsing functions.
Definition: TestSCPIParsing.h:15