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() |
protected |
ResultUpdator(TestCaseRunResult result,
java.lang.String details,
TestCaseResultUpdator updator,
java.util.Map<java.lang.String,?> params) |
| Modifier and Type | Method and Description |
|---|---|
static void |
awaitTermination() |
static int |
getActiveCount() |
static java.util.concurrent.ThreadPoolExecutor |
getPool()
Provides thread safe lazy initialized ThreadPoolExecutor
|
void |
run() |
static void |
updateResult(TestCaseRunResult result,
java.lang.String assertLog,
TestCaseResultUpdator toolUpdator,
java.util.Map<java.lang.String,?> params)
Executes result updating process in separate thread so that test runner
can continue for next test case.
|
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()
protected ResultUpdator(TestCaseRunResult result, java.lang.String details, TestCaseResultUpdator updator, java.util.Map<java.lang.String,?> params)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic static java.util.concurrent.ThreadPoolExecutor getPool()
public static int getActiveCount()
public static void awaitTermination()
public static void updateResult(TestCaseRunResult result, java.lang.String assertLog, TestCaseResultUpdator toolUpdator, java.util.Map<java.lang.String,?> params)
result - assertLog - tool - params - Copyright © 2000 Infostretch Corp.