mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[gui-test] Make currentTimeInHumanString public as it's often used on debugging from other modules
This commit is contained in:
@@ -13,7 +13,7 @@ fun GuiTestCase.logInfo(message: String) {
|
||||
logger.info(message)
|
||||
}
|
||||
|
||||
private val currentTimeInHumanString get() = SimpleDateFormat("yyyy.MM.dd_HH.mm.ss.SSS").format(System.currentTimeMillis())!!
|
||||
val currentTimeInHumanString get() = SimpleDateFormat("yyyy.MM.dd_HH.mm.ss.SSS").format(System.currentTimeMillis())!!
|
||||
|
||||
fun GuiTestCase.logStartTest(testName: String) {
|
||||
logInfo("----------------->>> ${currentTimeInHumanString}: Test `$testName` started")
|
||||
|
||||
Reference in New Issue
Block a user