def testStart()

in logger/src/main/scala/jetbrains/buildServer/sbtlogger/TCLogAppender.scala [96:98]


  def testStart(name: String, flowId: String){
    printServerMessage("testStarted", "name" -> name, "captureStandardOutput" -> "true", "flowId" -> flowId)
  }