Uses of Class
jetbrains.buildServer.TestLogger
-
Packages that use TestLogger Package Description jetbrains.buildServer jetbrains.buildServer.vcs.patches -
-
Uses of TestLogger in jetbrains.buildServer
Fields in jetbrains.buildServer declared as TestLogger Modifier and Type Field Description protected TestLogger
BaseSpringTestCase. myTestLogger
protected TestLogger
BaseTestCase. myTestLogger
Methods in jetbrains.buildServer that return TestLogger Modifier and Type Method Description protected TestLogger
BaseTestCase. createTestLogger()
Methods in jetbrains.buildServer with parameters of type TestLogger Modifier and Type Method Description static void
BaseTestCase. runAsync(int numberOfThreadsPerRunnable, TestLogger testLogger, Runnable... actions)
static void
TeamCityTestUtils. runAsync(int numberOfThreadsPerRunnable, TestLogger testLogger, Runnable... actions)
static void
BaseTestCase. waitFor(Collection<Thread> threads, TestLogger testLogger)
static void
TeamCityTestUtils. waitFor(Collection<Thread> threads, TestLogger testLogger)
-
Uses of TestLogger in jetbrains.buildServer.vcs.patches
Fields in jetbrains.buildServer.vcs.patches declared as TestLogger Modifier and Type Field Description protected TestLogger
PatchTestCase. myTestLogger
-