Uses of Class
jetbrains.buildServer.tests.TestStartInfo
-
Packages that use TestStartInfo Package Description jetbrains.buildServer.serverSide.messages jetbrains.buildServer.serverSide.stat jetbrains.buildServer.tests -
-
Uses of TestStartInfo in jetbrains.buildServer.serverSide.messages
Methods in jetbrains.buildServer.serverSide.messages with parameters of type TestStartInfo Modifier and Type Method Description TestInfo
CurrentTestHolderImpl. testStarted(String testName, int index, int flowId, TestStartInfo testStartInfo)
-
Uses of TestStartInfo in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat with parameters of type TestStartInfo Modifier and Type Method Description TestInfo
CurrentTestHolder. testStarted(String testName, int index, int flowId, TestStartInfo testStartInfo)
-
Uses of TestStartInfo in jetbrains.buildServer.tests
Constructors in jetbrains.buildServer.tests with parameters of type TestStartInfo Constructor Description TestInfo(String name, String stdOutput, String errOutput, String stacktrace, String expected, String actual, Status status, int sequenceNumber, boolean finished, String stacktraceMessage, TestStartInfo testStartInfo)
-