|
TPTP 4.1.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.test.ui.forms.util.TestLogVerdictCollection
This class is
| Field Summary | |
|---|---|
static int |
VERDICT_TYPE_ALL
|
| Constructor Summary | |
|---|---|
TestLogVerdictCollection(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult result)
|
|
| Method Summary | |
|---|---|
protected void |
addVerdictEvent(int type,
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent event)
|
protected void |
collectVerdicts(java.util.List executionEvents)
|
protected void |
collectVerdicts(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult result)
|
boolean |
contains(int verdictType)
|
protected int |
getChildIndex(java.lang.Object parent,
java.lang.Object child)
|
java.lang.Object[] |
getChildren(java.lang.Object parent)
|
org.eclipse.hyades.models.common.testprofile.TPFExecutionResult |
getExecutionResult()
|
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getFirst(int verdictType)
|
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getLast(int verdictType)
|
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getNext(int verdictType,
java.lang.Object current)
Returns the the next TPFVerdictEvent
after the specified current element, or the first TPFVerdictEvent of the execution result
this class represents when current is null. |
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getNextVerdict(int verdictType,
java.lang.Object current)
|
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getNextVerdict(int verdictType,
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent current)
|
protected java.lang.Object |
getParent(java.lang.Object element)
|
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getPrevious(int verdictType,
java.lang.Object current)
Returns the the previous TPFVerdictEvent
before the specified current element, or the last TPFVerdictEvent of the execution result
this class represents when current is null. |
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getPreviousVerdict(int verdictType,
java.lang.Object current)
|
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
getPreviousVerdict(int verdictType,
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent current)
|
protected java.util.Hashtable |
getVerdictLists()
|
boolean |
hasNext(int verdictType,
java.lang.Object current)
|
boolean |
hasPrevious(int verdictType,
java.lang.Object current)
|
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
searchNextVerdictInChildren(int verdictType,
java.lang.Object parent,
int index)
Search for a TPFVerdictEvent of the specified type among all the nested children of parent
starting after index. |
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent |
searchPreviousVerdictInChildren(int verdictType,
java.lang.Object parent,
int index)
Search for a TPFVerdictEvent of the specified type among all the nested children of parent
starting after index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int VERDICT_TYPE_ALL
| Constructor Detail |
public TestLogVerdictCollection(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult result)
| Method Detail |
public boolean contains(int verdictType)
public boolean hasPrevious(int verdictType,
java.lang.Object current)
public boolean hasNext(int verdictType,
java.lang.Object current)
public org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getFirst(int verdictType)
public org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getLast(int verdictType)
public org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getNext(int verdictType,
java.lang.Object current)
TPFVerdictEvent
after the specified current element, or the first TPFVerdictEvent of the execution result
this class represents when current is null.
verdictType - current -
public org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getPrevious(int verdictType,
java.lang.Object current)
TPFVerdictEvent
before the specified current element, or the last TPFVerdictEvent of the execution result
this class represents when current is null.
verdictType - current -
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getPreviousVerdict(int verdictType,
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent current)
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getPreviousVerdict(int verdictType,
java.lang.Object current)
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent searchPreviousVerdictInChildren(int verdictType,
java.lang.Object parent,
int index)
TPFVerdictEvent of the specified type among all the nested children of parent
starting after index.
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getNextVerdict(int verdictType,
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent current)
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent getNextVerdict(int verdictType,
java.lang.Object current)
protected int getChildIndex(java.lang.Object parent,
java.lang.Object child)
protected org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent searchNextVerdictInChildren(int verdictType,
java.lang.Object parent,
int index)
TPFVerdictEvent of the specified type among all the nested children of parent
starting after index.
public java.lang.Object[] getChildren(java.lang.Object parent)
protected java.lang.Object getParent(java.lang.Object element)
public org.eclipse.hyades.models.common.testprofile.TPFExecutionResult getExecutionResult()
protected void collectVerdicts(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult result)
protected void collectVerdicts(java.util.List executionEvents)
protected void addVerdictEvent(int type,
org.eclipse.hyades.models.common.testprofile.TPFVerdictEvent event)
protected java.util.Hashtable getVerdictLists()
|
TPTP 4.1.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||