You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/OverallArchitecture.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,22 @@ TODO (Maxim Pelevin)
162
162
TODO (Sergey Pospelov)
163
163
164
164
### Summaries
165
-
TODO (Alexey Zinoviev)
165
+
The summarization process includes the generation of the following meta-information:
166
+
- method names for tests
167
+
- display names for tests
168
+
- JavaDocs for tests
169
+
- simple comments for group of tests (regions)
170
+
171
+
Each of these stages can be turned off by changing
172
+
the settings located in ```org.utbot.summary.UtSummarySettings```.
173
+
174
+
If the summarization process for some reason was failed at one of the stages due to an error or insufficient information,
175
+
then the test method receives a unique name and no more meta-information.
176
+
177
+
The approach to generating meta-information depends on the type of UtExection for which the meta-information is being created and can vary significantly.
178
+
Also, JavaDocs built in two modes: as plain text or in especial format enriched with the custom java tags.
179
+
180
+
This subsystem is fully located in the ```utbot-summary``` module.
0 commit comments