swift
testing.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_MISC_TEST_TESTING_H
7 #define SWIFT_MISC_TEST_TESTING_H
8 
9 #include <QString>
10 
15 #include "misc/swiftmiscexport.h"
16 
18 namespace swift::misc::test
19 {
22  {
23  public:
25  static swift::misc::aviation::CAtcStationList createAtcStations(int number, bool byPropertyIndex = false);
26 
28  static swift::misc::aviation::CAtcStation createStation(int index, bool byPropertyIndex = false);
29 
31  static swift::misc::simulation::fscommon::CAircraftCfgEntriesList getAircraftCfgEntries(int number);
32 
34  static swift::misc::aviation::CAirportList getAirports(int number);
35 
37  static swift::misc::network::CClientList getClients(int number);
38  };
39 } // namespace swift::misc::test
40 
41 #endif // SWIFT_MISC_TEST_TESTING_H
Value object for a list of airports.
Definition: airportlist.h:29
Value object encapsulating information about an ATC station.
Definition: atcstation.h:38
Value object for a list of ATC stations.
Value object encapsulating a list of voice rooms.
Definition: clientlist.h:27
Generate data for testing aviation classes.
Definition: testing.h:22
Generate data for testing purposes.
Definition: testdata.h:45
#define SWIFT_MISC_EXPORT
Export a class or function from the library.