@@ -89,7 +89,7 @@ object UnsupportedJdkNotifier : ErrorNotifier() {
8989object InvalidClassNotifier : WarningNotifier() {
9090 override val displayId: String = " Invalid class"
9191 override fun content (project : Project ? , module : Module ? , info : String ): String =
92- " Generate tests with UtBot for the $info is not supported."
92+ " Generate tests with UnitTestBot for the $info is not supported."
9393}
9494
9595object MissingLibrariesNotifier : WarningNotifier() {
@@ -140,7 +140,7 @@ object SarifReportNotifier : EventLogNotifier() {
140140object TestsReportNotifier : InformationUrlNotifier() {
141141 override val displayId: String = " Generated unit tests report"
142142
143- override val titleText: String = " UTBot : unit tests generated successfully"
143+ override val titleText: String = " UnitTestBot : unit tests generated successfully"
144144
145145 public override val urlOpeningListener: TestReportUrlOpeningListener = TestReportUrlOpeningListener
146146}
@@ -149,15 +149,15 @@ object TestsReportNotifier : InformationUrlNotifier() {
149149object WarningTestsReportNotifier : WarningUrlNotifier() {
150150 override val displayId: String = " Generated unit tests report"
151151
152- override val titleText: String = " UTBot : unit tests generated with warnings"
152+ override val titleText: String = " UnitTestBot : unit tests generated with warnings"
153153
154154 public override val urlOpeningListener: TestReportUrlOpeningListener = TestReportUrlOpeningListener
155155}
156156
157157object DetailsTestsReportNotifier : EventLogNotifier() {
158158 override val displayId: String = " Test report details"
159159
160- override val titleText: String = " Test report details of the unit tests generation via UtBot "
160+ override val titleText: String = " Test report details of the unit tests generation via UnitTestBot "
161161
162162 public override val urlOpeningListener: TestReportUrlOpeningListener = TestReportUrlOpeningListener
163163}
@@ -200,7 +200,7 @@ object GotItTooltipActivity : StartupActivity {
200200 val shortcut = ActionManager .getInstance()
201201 .getKeyboardShortcut(" org.utbot.intellij.plugin.ui.actions.GenerateTestsAction" )? : return @invokeLater
202202 val shortcutText = KeymapUtil .getShortcutText(shortcut)
203- val message = GotItMessage .createMessage(" UTBot is ready!" ,
203+ val message = GotItMessage .createMessage(" UnitTestBot is ready!" ,
204204 " <div style=\" font-size:${JBFont .label().biggerOn(2 .toFloat()).size} pt;\" >" +
205205 " You can get test coverage for methods, Java classes,<br>and even for whole source roots<br> with <b>$shortcutText </b></div>" )
206206 message.setCallback { PropertiesComponent .getInstance().setValue(KEY , true ) }
0 commit comments