| java.lang.Object org.mactor.framework.TestEvent
TestEvent | public class TestEvent (Code) | | |
Inner Class :public enum EventType | |
Constructor Summary | |
public | TestEvent(EventType eventType, SpecNode node, int dataIndex, String outputText, boolean successful, MactorException cause) | public | TestEvent(EventType eventType, SpecNode node, int dataIndex, String outputText, boolean successful) | public | TestEvent(EventType eventType, SpecNode node, int dataIndex) |
TestEvent | public TestEvent(EventType eventType, SpecNode node, int dataIndex, String outputText, boolean successful)(Code) | | |
TestEvent | public TestEvent(EventType eventType, SpecNode node, int dataIndex)(Code) | | |
getDataIndex | public int getDataIndex()(Code) | | |
getEventType | public EventType getEventType()(Code) | | |
isFaultTestCompleteEvent | public boolean isFaultTestCompleteEvent()(Code) | | |
isStartEventType | public boolean isStartEventType()(Code) | | |
isSuccessful | public boolean isSuccessful()(Code) | | |
isSuccessfulTestCompleteEvent | public boolean isSuccessfulTestCompleteEvent()(Code) | | |
isTestCompleteEvent | public boolean isTestCompleteEvent()(Code) | | |
|
|