public class TestRunStoppedMessage extends TestRunMessage
Constructor and Description |
---|
TestRunStoppedMessage(String text,
com.eviware.soapui.model.ModelItem owner,
boolean comparison,
String executionId) |
TestRunStoppedMessage(String text,
com.eviware.soapui.model.ModelItem owner,
boolean comparison,
String executionId,
com.eviware.soapui.model.ModelItem testModelItem,
long timeTaken) |
TestRunStoppedMessage(String text,
com.eviware.soapui.model.ModelItem owner,
String executionId) |
TestRunStoppedMessage(String text,
com.eviware.soapui.model.ModelItem owner,
String executionId,
com.eviware.soapui.model.ModelItem testModelItem,
long timeTaken) |
Modifier and Type | Method and Description |
---|---|
String |
getExecutionId() |
com.eviware.soapui.model.ModelItem |
getTestModelItem() |
String |
getText() |
long |
getTimeTaken() |
getOwner, isAdressedTo, isAdressedTo, isComparison
public TestRunStoppedMessage(String text, com.eviware.soapui.model.ModelItem owner, boolean comparison, String executionId, com.eviware.soapui.model.ModelItem testModelItem, long timeTaken)
public TestRunStoppedMessage(String text, com.eviware.soapui.model.ModelItem owner, boolean comparison, String executionId)
public TestRunStoppedMessage(String text, com.eviware.soapui.model.ModelItem owner, String executionId, com.eviware.soapui.model.ModelItem testModelItem, long timeTaken)
Copyright © 2019. All rights reserved.