def testFinished()

in logger/src/main/scala/jetbrains/buildServer/sbtlogger/TCLogAppender.scala [100:102]


  def testFinished(name: String, status: String, duration: Long, flowId: String){
    printServerMessage("testFinished", "name" -> name, "duration" -> s"$duration", "flowId" -> flowId)
  }