-
- All Implemented Interfaces:
-
org.gradle.api.internal.tasks.testing.TestExecuter
public final class TCServiceMessagesTestExecutor implements TestExecuter<TCServiceMessagesTestExecutionSpec>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTCServiceMessagesTestExecutor.Companion
-
Field Summary
Fields Modifier and Type Field Description private ThreadoutputReaderThreadprivate BooleanshouldStopprivate final ExecHandleFactoryexecHandleFactoryprivate final BuildOperationExecutorbuildOperationExecutorprivate final List<KotlinTestRunnerListener>runListenersprivate final BooleanignoreTcsmOverflowprivate final BooleanignoreRunFailuresprivate final MppTestReportHelpertestReporter
-
Constructor Summary
Constructors Constructor Description TCServiceMessagesTestExecutor(ExecHandleFactory execHandleFactory, BuildOperationExecutor buildOperationExecutor, List<KotlinTestRunnerListener> runListeners, Boolean ignoreTcsmOverflow, Boolean ignoreRunFailures, MppTestReportHelper testReporter)
-
Method Summary
Modifier and Type Method Description final ThreadgetOutputReaderThread()final UnitsetOutputReaderThread(Thread outputReaderThread)final BooleangetShouldStop()final UnitsetShouldStop(Boolean shouldStop)final ExecHandleFactorygetExecHandleFactory()final BuildOperationExecutorgetBuildOperationExecutor()final List<KotlinTestRunnerListener>getRunListeners()final BooleangetIgnoreTcsmOverflow()final BooleangetIgnoreRunFailures()final MppTestReportHelpergetTestReporter()Unitexecute(TCServiceMessagesTestExecutionSpec spec, TestResultProcessor testResultProcessor)UnitstopNow()-
-
Constructor Detail
-
TCServiceMessagesTestExecutor
TCServiceMessagesTestExecutor(ExecHandleFactory execHandleFactory, BuildOperationExecutor buildOperationExecutor, List<KotlinTestRunnerListener> runListeners, Boolean ignoreTcsmOverflow, Boolean ignoreRunFailures, MppTestReportHelper testReporter)
-
-
Method Detail
-
getOutputReaderThread
final Thread getOutputReaderThread()
-
setOutputReaderThread
final Unit setOutputReaderThread(Thread outputReaderThread)
-
getShouldStop
final Boolean getShouldStop()
-
setShouldStop
final Unit setShouldStop(Boolean shouldStop)
-
getExecHandleFactory
final ExecHandleFactory getExecHandleFactory()
-
getBuildOperationExecutor
final BuildOperationExecutor getBuildOperationExecutor()
-
getRunListeners
final List<KotlinTestRunnerListener> getRunListeners()
-
getIgnoreTcsmOverflow
final Boolean getIgnoreTcsmOverflow()
-
getIgnoreRunFailures
final Boolean getIgnoreRunFailures()
-
getTestReporter
final MppTestReportHelper getTestReporter()
-
execute
Unit execute(TCServiceMessagesTestExecutionSpec spec, TestResultProcessor testResultProcessor)
-
-
-
-