mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
introduce testsStarted method for ServiceMessageBuilder
GitOrigin-RevId: ee4de9ed93339a35d091128a0218c19e7bfe3db9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c959396559
commit
ab171ece5b
@@ -43,6 +43,10 @@ public class ServiceMessageBuilder {
|
||||
return MapSerializerUtil.escapeStr(text, MapSerializerUtil.STD_ESCAPER);
|
||||
}
|
||||
|
||||
public static ServiceMessageBuilder testsStarted() {
|
||||
return new ServiceMessageBuilder("enteredTheMatrix");
|
||||
}
|
||||
|
||||
public static ServiceMessageBuilder testSuiteStarted(@NotNull String name) {
|
||||
return new ServiceMessageBuilder(ServiceMessageTypes.TEST_SUITE_STARTED).addAttribute("name", name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user