4 #include "DocumentModelCoords.h" 5 #include "DocumentModelExportFormat.h" 6 #include "DocumentModelGeneral.h" 7 #include "ExportValuesXOrY.h" 8 #include "MainWindowModel.h" 10 #include "Transformation.h" 26 void cleanupTestCase ();
32 void testCommasInFunctionsForCommasSwitzerland ();
33 void testCommasInFunctionsForCommasUnitedStates ();
34 void testCommasInFunctionsForTabsSwitzerland ();
35 void testCommasInFunctionsForTabsUnitedStates ();
36 void testCommasInRelationsForCommasSwitzerland ();
37 void testCommasInRelationsForCommasUnitedStates ();
38 void testCommasInRelationsForTabsSwitzerland ();
39 void testCommasInRelationsForTabsUnitedStates ();
40 void testExportOnlyNonRegressionLowerCase ();
41 void testExportOnlyNonRegressionUpperCase ();
42 void testExportOnlyRegressionLowerCase ();
43 void testExportOnlyRegressionUpperCase ();
44 void testLogExtrapolationFunctionsAll ();
47 bool checkCommasInFunctionsForDelimiter (ExportDelimiter delimiter,
48 QLocale::Country country,
50 bool checkCommasInRelationsForDelimiter (ExportDelimiter delimiter,
51 QLocale::Country country,
53 void initData (
bool isLog,
54 ExportDelimiter delimiter,
55 QLocale::Country country);
64 ExportValuesXOrY m_xThetaValues;
65 QStringList m_curvesIncluded;
68 #endif // TEST_EXPORT_H Model for DlgSettingsGeneral and CmdSettingsGeneral.
Unit test of Export classes.
TestExport(QObject *parent=0)
Single constructor.
Model for DlgSettingsMainWindow.
Model for DlgSettingsCoords and CmdSettingsCoords.
Storage of one imported image and the data attached to that image.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...