|
1 | 1 | #ifndef APPROVALTESTS_CPP_APPROVALS_HPP
|
2 | 2 | #define APPROVALTESTS_CPP_APPROVALS_HPP
|
3 | 3 |
|
4 |
| -// Created with: |
5 |
| -// cd ApprovalTests.cpp |
6 |
| -// ./scripts/create_simulated_single_header.sh |
| 4 | +// This file is machine-generated. Do not edit. |
7 | 5 |
|
8 | 6 | #include "ApprovalTests/ApprovalTestsVersion.h"
|
9 |
| -#include "ApprovalTests/Approvals.h" |
10 |
| -#include "ApprovalTests/CombinationApprovals.h" |
| 7 | +#include "ApprovalTests/core/Reporter.h" |
| 8 | +#include "ApprovalTests/reporters/QuietReporter.h" |
| 9 | +#include "ApprovalTests/utilities/Blocker.h" |
| 10 | +#include "ApprovalTests/utilities/StringUtils.h" |
| 11 | +#include "ApprovalTests/utilities/Macros.h" |
| 12 | +#include "ApprovalTests/utilities/WinMinGWUtils.h" |
| 13 | +#include "ApprovalTests/core/ApprovalWriter.h" |
| 14 | +#include "ApprovalTests/writers/StringWriter.h" |
| 15 | +#include "ApprovalTests/utilities/FileUtils.h" |
| 16 | +#include "ApprovalTests/utilities/SystemUtils.h" |
| 17 | +#include "ApprovalTests/utilities/MachineBlocker.h" |
| 18 | +#include "ApprovalTests/utilities/FileUtilsSystemSpecific.h" |
| 19 | +#include "ApprovalTests/reporters/AutoApproveReporter.h" |
| 20 | +#include "ApprovalTests/namers/HelpMessages.h" |
| 21 | +#include "ApprovalTests/core/ApprovalNamer.h" |
| 22 | +#include "ApprovalTests/namers/ApprovalTestNamer.h" |
| 23 | +#include "ApprovalTests/namers/SectionNameDisposer.h" |
| 24 | +#include "ApprovalTests/integrations/google/GoogleCustomizationsFactory.h" |
| 25 | +#include "ApprovalTests/utilities/CartesianProduct.h" |
| 26 | +#include "ApprovalTests/writers/ExistingFile.h" |
| 27 | +#include "ApprovalTests/reporters/ConvertForCygwin.h" |
| 28 | +#include "ApprovalTests/reporters/DiffInfo.h" |
| 29 | +#include "ApprovalTests/launchers/CommandLauncher.h" |
| 30 | +#include "ApprovalTests/reporters/CommandReporter.h" |
| 31 | +#include "ApprovalTests/launchers/SystemLauncher.h" |
| 32 | +#include "ApprovalTests/reporters/DiffPrograms.h" |
| 33 | +#include "ApprovalTests/reporters/GenericDiffReporter.h" |
| 34 | +#include "ApprovalTests/reporters/FirstWorkingReporter.h" |
| 35 | +#include "ApprovalTests/reporters/LinuxReporters.h" |
| 36 | +#include "ApprovalTests/reporters/MacReporters.h" |
| 37 | +#include "ApprovalTests/reporters/WindowsReporters.h" |
| 38 | +#include "ApprovalTests/reporters/DiffReporter.h" |
| 39 | +#include "ApprovalTests/reporters/DefaultReporterFactory.h" |
| 40 | +#include "ApprovalTests/reporters/DefaultReporterDisposer.h" |
| 41 | +#include "ApprovalTests/reporters/DefaultReporter.h" |
| 42 | +#include "ApprovalTests/namers/SubdirectoryDisposer.h" |
| 43 | +#include "ApprovalTests/namers/DefaultNamerFactory.h" |
| 44 | +#include "ApprovalTests/namers/ExistingFileNamer.h" |
| 45 | +#include "ApprovalTests/namers/DefaultNamerDisposer.h" |
| 46 | +#include "ApprovalTests/reporters/CustomReporter.h" |
| 47 | +#include "ApprovalTests/reporters/TextDiffReporter.h" |
| 48 | +#include "ApprovalTests/reporters/CIBuildOnlyReporter.h" |
| 49 | +#include "ApprovalTests/reporters/DefaultFrontLoadedReporter.h" |
| 50 | +#include "ApprovalTests/reporters/FrontLoadedReporterFactory.h" |
| 51 | +#include "ApprovalTests/reporters/FrontLoadedReporterDisposer.h" |
| 52 | +#include "ApprovalTests/core/ApprovalException.h" |
| 53 | +#include "ApprovalTests/core/ApprovalComparator.h" |
| 54 | +#include "ApprovalTests/comparators/TextFileComparator.h" |
11 | 55 | #include "ApprovalTests/comparators/ComparatorDisposer.h"
|
12 | 56 | #include "ApprovalTests/comparators/ComparatorFactory.h"
|
13 |
| -#include "ApprovalTests/comparators/TextFileComparator.h" |
14 |
| -#include "ApprovalTests/core/ApprovalComparator.h" |
15 |
| -#include "ApprovalTests/core/ApprovalException.h" |
16 |
| -#include "ApprovalTests/core/ApprovalNamer.h" |
17 |
| -#include "ApprovalTests/core/ApprovalWriter.h" |
18 | 57 | #include "ApprovalTests/core/FileApprover.h"
|
19 |
| -#include "ApprovalTests/core/Reporter.h" |
| 58 | +#include "ApprovalTests/Approvals.h" |
| 59 | +#include "ApprovalTests/CombinationApprovals.h" |
20 | 60 | #include "ApprovalTests/integrations/CheckFileMacroIsAbsolute.h"
|
21 | 61 | #include "ApprovalTests/integrations/catch/Catch2Approvals.h"
|
22 | 62 | #include "ApprovalTests/integrations/doctest/DocTestApprovals.h"
|
23 | 63 | #include "ApprovalTests/integrations/google/GoogleConfiguration.h"
|
24 |
| -#include "ApprovalTests/integrations/google/GoogleCustomizationsFactory.h" |
25 | 64 | #include "ApprovalTests/integrations/google/GoogleTestApprovals.h"
|
26 | 65 | #include "ApprovalTests/integrations/ut/UTApprovals.h"
|
27 |
| -#include "ApprovalTests/launchers/CommandLauncher.h" |
28 |
| -#include "ApprovalTests/launchers/SystemLauncher.h" |
29 |
| -#include "ApprovalTests/namers/ApprovalTestNamer.h" |
30 |
| -#include "ApprovalTests/namers/DefaultNamerDisposer.h" |
31 |
| -#include "ApprovalTests/namers/DefaultNamerFactory.h" |
32 |
| -#include "ApprovalTests/namers/ExistingFileNamer.h" |
33 |
| -#include "ApprovalTests/namers/HelpMessages.h" |
34 | 66 | #include "ApprovalTests/namers/NamerFactory.h"
|
35 |
| -#include "ApprovalTests/namers/SectionNameDisposer.h" |
36 | 67 | #include "ApprovalTests/namers/SeparateApprovedAndReceivedDirectoriesNamer.h"
|
37 |
| -#include "ApprovalTests/namers/SubdirectoryDisposer.h" |
38 | 68 | #include "ApprovalTests/reporters/AutoApproveIfMissingReporter.h"
|
39 |
| -#include "ApprovalTests/reporters/AutoApproveReporter.h" |
40 | 69 | #include "ApprovalTests/reporters/BlockingReporter.h"
|
41 |
| -#include "ApprovalTests/reporters/CIBuildOnlyReporter.h" |
42 | 70 | #include "ApprovalTests/reporters/CIBuildOnlyReporterUtils.h"
|
43 | 71 | #include "ApprovalTests/reporters/ClipboardReporter.h"
|
44 | 72 | #include "ApprovalTests/reporters/CombinationReporter.h"
|
45 |
| -#include "ApprovalTests/reporters/CommandReporter.h" |
46 |
| -#include "ApprovalTests/reporters/ConvertForCygwin.h" |
47 |
| -#include "ApprovalTests/reporters/CustomReporter.h" |
48 |
| -#include "ApprovalTests/reporters/DefaultFrontLoadedReporter.h" |
49 |
| -#include "ApprovalTests/reporters/DefaultReporter.h" |
50 |
| -#include "ApprovalTests/reporters/DefaultReporterDisposer.h" |
51 |
| -#include "ApprovalTests/reporters/DefaultReporterFactory.h" |
52 |
| -#include "ApprovalTests/reporters/DiffInfo.h" |
53 |
| -#include "ApprovalTests/reporters/DiffPrograms.h" |
54 |
| -#include "ApprovalTests/reporters/DiffReporter.h" |
55 |
| -#include "ApprovalTests/reporters/FirstWorkingReporter.h" |
56 |
| -#include "ApprovalTests/reporters/FrontLoadedReporterDisposer.h" |
57 |
| -#include "ApprovalTests/reporters/FrontLoadedReporterFactory.h" |
58 |
| -#include "ApprovalTests/reporters/GenericDiffReporter.h" |
59 |
| -#include "ApprovalTests/reporters/LinuxReporters.h" |
60 |
| -#include "ApprovalTests/reporters/MacReporters.h" |
61 |
| -#include "ApprovalTests/reporters/QuietReporter.h" |
62 |
| -#include "ApprovalTests/reporters/TextDiffReporter.h" |
63 |
| -#include "ApprovalTests/reporters/WindowsReporters.h" |
64 |
| -#include "ApprovalTests/utilities/Blocker.h" |
65 |
| -#include "ApprovalTests/utilities/CartesianProduct.h" |
66 | 73 | #include "ApprovalTests/utilities/ExceptionCollector.h"
|
67 |
| -#include "ApprovalTests/utilities/FileUtils.h" |
68 |
| -#include "ApprovalTests/utilities/FileUtilsSystemSpecific.h" |
69 |
| -#include "ApprovalTests/utilities/MachineBlocker.h" |
70 |
| -#include "ApprovalTests/utilities/Macros.h" |
71 |
| -#include "ApprovalTests/utilities/StringUtils.h" |
72 |
| -#include "ApprovalTests/utilities/SystemUtils.h" |
73 |
| -#include "ApprovalTests/utilities/WinMinGWUtils.h" |
74 |
| -#include "ApprovalTests/writers/ExistingFile.h" |
75 |
| -#include "ApprovalTests/writers/StringWriter.h" |
76 | 74 |
|
77 | 75 | #endif // APPROVALTESTS_CPP_APPROVALS_HPP
|
0 commit comments