| 
69 | 69 |     </description>  | 
70 | 70 |     <change-notes>  | 
71 | 71 |         <![CDATA[  | 
72 |  | -        Check out UnitTestBot new features and major improvements in the latest release:  | 
 | 72 | +        Try out the latest UnitTestBot release — сheck the new features and improvements available for IntelliJ IDEA 2022.1–2022.2:  | 
73 | 73 |         <ul>  | 
74 |  | -            <li>Generating tests for Python and JavaScript</li>  | 
75 |  | -            <li>New fuzzing platform providing support for multiple languages</li>  | 
76 |  | -            <li>Improved test generation for Kotlin code</li>  | 
77 |  | -            <li>Multiprocess architecture based on the <a href="https://github.com/JetBrains/rd">Reactive Distributed communication framework</a> with advanced logging and debugging options</li>  | 
78 |  | -            <li>Symbolic execution engine with higher priority and fewer false UNSAT verdicts</li>  | 
79 |  | -            <li>UI/UX improvements for test sources root, <code>setting.properties</code> file, cancellation, timeout settings, notifications</li>  | 
80 |  | -            <li>Summaries with fine-grained settings</li>  | 
81 |  | -            <li>SARIF reports enabled by default, displaying sandbox-related and timeout test failures, properly addressing source files</li>  | 
82 |  | -            <li>Improved monitoring visualized with Grafana</li>  | 
83 |  | -            <li>Test generation bug fixes</li>  | 
84 |  | -            <li>Detailed documentation on UnitTestBot components including UnitTestBot architecture overview</li>  | 
 | 74 | +            <li>Automated unit test generation for Go code (supported for IntelliJ IDEA Ultimate)</li>  | 
 | 75 | +            <li>Major improvements to Python support: new fuzzing platform, redesigned type inference algorithm, support for generics and protocols, 10x faster performance when running functions</li>  | 
 | 76 | +            <li>Enhanced test generation for JavaScript: streamlined installation and configuration process, new fuzzing platform, improved UI, support for collections</li>  | 
 | 77 | +            <li>Symbolic execution improvements for generating Java/Kotlin tests: support for ARM architecture on macOS devices, better support for generics, support for virtual invokes on <i>enum</i> instances, processing <i>clinit</i> sections</li>  | 
 | 78 | +            <li>Mocking improvements for generating Java/Kotlin tests: symbolic mocks for popular but insignificant methods, assertions using <i>deep equality</i> for mocks</li>  | 
 | 79 | +            <li>Bug fixes and refactoring for the major components</li>  | 
 | 80 | +            <li>Documentation updates</li>  | 
85 | 81 |         </ul>  | 
86 | 82 |     ]]>  | 
87 |  | -    </change-notes>  | 
88 |  | -    <extensions defaultExtensionNs="com.intellij">  | 
 | 83 | +    </change-notes>    <extensions defaultExtensionNs="com.intellij">  | 
89 | 84 |         <globalInspection language="JAVA"  | 
90 | 85 |                           displayName="Errors detected by UnitTestBot"  | 
91 | 86 |                           groupPath="Java"  | 
 | 
0 commit comments