public class ResultUpdator
extends java.lang.Thread
#updateResult(TestCaseRunResult, String, IntegarionTools, HashMap)
method to update test case run result on test management tool.| Modifier | Constructor and Description |
|---|---|
protected |
ResultUpdator(TestCaseRunResult result,
TestCaseResultUpdator updator) |
| Modifier and Type | Method and Description |
|---|---|
static void |
awaitTermination() |
static int |
getActiveCount() |
static java.util.concurrent.ThreadPoolExecutor |
getPool()
Provides thread safe lazy initialized ThreadPoolExecutor
|
static int |
getResultUpdatorsCnt() |
static java.util.concurrent.ThreadPoolExecutor |
getSingleThreadedPool()
Provides thread safe lazy initialized ThreadPoolExecutor
|
void |
run() |
static void |
updateResult(TestCaseRunResult result) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected ResultUpdator(TestCaseRunResult result, TestCaseResultUpdator updator)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic static java.util.concurrent.ThreadPoolExecutor getPool()
public static java.util.concurrent.ThreadPoolExecutor getSingleThreadedPool()
public static int getActiveCount()
public static void awaitTermination()
public static void updateResult(TestCaseRunResult result)
public static int getResultUpdatorsCnt()
Copyright © 2000 Infostretch Corp.