|  | 
| 40 | 40 | 
 | 
| 41 | 41 |     <!-- Minimum and maximum build of IDE compatible with the plugin --> | 
| 42 | 42 |     <description> | 
|  | 43 | +        <![CDATA[ | 
|  | 44 | +                Generate <b>unit tests</b> with a single action! | 
|  | 45 | +                <br /> | 
|  | 46 | +                <br /> | 
|  | 47 | +                The <b>UTBot</b> engine goes through your code instructions and generates regression tests. | 
|  | 48 | +                <br /> | 
|  | 49 | +                <br /> | 
|  | 50 | +                The engine finds potential problems in your code: | 
|  | 51 | +                <br /> | 
|  | 52 | +                <br /> | 
|  | 53 | +                <ul> | 
|  | 54 | +                    <li>exceptions</li> | 
|  | 55 | +                    <li>hangs</li> | 
|  | 56 | +                    <li>overflows</li> | 
|  | 57 | +                    <li>and even native crashes</li> | 
|  | 58 | +                </ul> | 
|  | 59 | +                <br /> | 
|  | 60 | +                They are not a surprise for you anymore. The engine will find the problems and generate tests for them. | 
|  | 61 | +                <br /> | 
|  | 62 | +                <br /> | 
|  | 63 | +                The engine carefully selects tests to maximize statement and branch coverage. Our credo is to <i>maximize test coverage and minimize tests number</i>. | 
|  | 64 | +                <br /> | 
|  | 65 | +                <br /> | 
|  | 66 | +                You can <a href="http://utbot.org">try the engine online</a> without installation. | 
|  | 67 | +                <br /> | 
|  | 68 | +                <br /> | 
|  | 69 | +                Got ideas? Let us know or become a contributor on our <a href="https://github.com/UnitTestBot/UTBotJava/blob/main/CONTRIBUTING.md">GitHub page</a> | 
|  | 70 | +                <br /> | 
|  | 71 | +                <br /> | 
|  | 72 | +                Found an issue? Please, submit <a href="https://github.com/UnitTestBot/UTBotJava/issues">it here</a>. | 
|  | 73 | +        ]]> | 
|  | 74 | +    </description> | 
|  | 75 | +    <change-notes> | 
| 43 | 76 |         <![CDATA[ | 
| 44 | 77 |                 Try out the latest release and get even better test generation experience. Check what we've added to UnitTestBot: | 
| 45 | 78 |                 <br /> | 
|  | 
| 80 | 113 |                             brand-new built-in SARIF report visualizer <a href="https://github.com/UnitTestBot/UTBotJava/pull/1166">#1166</a><span></li> | 
| 81 | 114 |                 </ul> | 
| 82 | 115 |                 <br /> | 
| 83 |  | -                <br /> | 
| 84 | 116 |                 Share your <a href="https://github.com/UnitTestBot/UTBotJava/discussions">feedback</a> and feel free to <a href="https://github.com/UnitTestBot/UTBotJava/blob/main/CONTRIBUTING.md">join us.</a> | 
| 85 | 117 |         ]]> | 
| 86 |  | -    </description> | 
| 87 |  | -    <change-notes> | 
| 88 |  | -        <![CDATA[ | 
| 89 |  | -        In this version we have implemented multiple features and improvements: | 
| 90 |  | -        <ul> | 
| 91 |  | -        <li>Java 11 support.</li> | 
| 92 |  | -        <li>Smart Fuzzer significantly improves test generation results.</li> | 
| 93 |  | -        <li>Generated tests have become even more human-readable and user-friendly.</li> | 
| 94 |  | -        <li>We have enabled Mac OS X platform, give it a try.</li> | 
| 95 |  | -        <li>The UnitTestBot engine generates SARIF reports.</li> | 
| 96 |  | -        <li>We have polished plugin UX.</li> | 
| 97 |  | -        <li>Mocking support is enhanced.</li> | 
| 98 |  | -        <li>Java Streams, better Java Optional support, Java String support is improved, package-private constructors now are used for the test generation.</li> | 
| 99 |  | -        </ul> | 
| 100 |  | -        Discover everything mentioned above and much more in this release. | 
| 101 |  | -        ]]> | 
| 102 | 118 |     </change-notes> | 
| 103 | 119 | 
 | 
| 104 | 120 |     <extensions defaultExtensionNs="com.intellij"> | 
|  | 
0 commit comments