Support test directive for rendering full diagnostic messages

New `RENDER_DIAGNOSTICS_MESSAGES` directive forces test system render
full messages for all diagnostics that found in test file
This commit is contained in:
Dmitriy Novozhilov
2018-09-24 13:51:36 +03:00
committed by Dmitriy Novozhilov
parent 2866bd84a1
commit 68d7e51d32
3 changed files with 38 additions and 4 deletions
+8
View File
@@ -97,3 +97,11 @@ Note that if this directive is present, the NEWER_VERSION_IN_SINCE_KOTLIN diagno
#### Usage:
// !API_VERSION: 1.0
### 6. RENDER_DIAGNOSTICS_MESSAGES
This directive forces *Diagnostic printer* prints parametrized diagnostics with all parameters.
#### Usage:
// !RENDER_DIAGNOSTICS_MESSAGES