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 TestLoggerBaseSpringTestCase. myTestLoggerprotected TestLoggerBaseTestCase. myTestLoggerMethods in jetbrains.buildServer that return TestLogger Modifier and Type Method Description protected TestLoggerBaseTestCase. createTestLogger()Methods in jetbrains.buildServer with parameters of type TestLogger Modifier and Type Method Description static voidBaseTestCase. runAsync(int numberOfThreadsPerRunnable, TestLogger testLogger, Runnable... actions)static voidTeamCityTestUtils. runAsync(int numberOfThreadsPerRunnable, TestLogger testLogger, Runnable... actions)static voidBaseTestCase. waitFor(Collection<Thread> threads, TestLogger testLogger)static voidTeamCityTestUtils. 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 TestLoggerPatchTestCase. myTestLogger
-