public class CLauncherUtils
extends java.lang.Object
Constructor and Description |
---|
CLauncherUtils() |
Modifier and Type | Method and Description |
---|---|
static CParam |
decodeFormItem(org.w3c.dom.Node node) |
static short |
stepsResultsToTestcaseResult(java.util.Iterator<java.lang.Short> stepResultsIterator,
boolean notExecutableSignificantResultInSteps) |
static short |
stepsResultsToTestcaseResult(java.util.Vector<CExecutionStep> executionSteps,
boolean notExecutableSignificantResultInSteps) |
static short |
testcasesResultsToTestResult(CCoverageStats coverageStats,
boolean notExecutableSignificantResultInTestcases) |
static short |
testcasesResultsToTestResult(java.util.Iterator<java.lang.Short> testcasesResultsIterator,
boolean notExecutableSignificantResultInTestcases) |
public static CParam decodeFormItem(org.w3c.dom.Node node)
public static short stepsResultsToTestcaseResult(java.util.Vector<CExecutionStep> executionSteps, boolean notExecutableSignificantResultInSteps)
public static short stepsResultsToTestcaseResult(java.util.Iterator<java.lang.Short> stepResultsIterator, boolean notExecutableSignificantResultInSteps)
public static short testcasesResultsToTestResult(java.util.Iterator<java.lang.Short> testcasesResultsIterator, boolean notExecutableSignificantResultInTestcases)
public static short testcasesResultsToTestResult(CCoverageStats coverageStats, boolean notExecutableSignificantResultInTestcases)