public class FailsafeSummary extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="completed" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="errors" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="failures" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="skipped" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="failureMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="result" type="{}errorType" /> <attribute name="timeout" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
FailsafeSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
extractExceptionMessageLines() |
int |
getCompleted()
Gets the value of the completed property.
|
int |
getErrors()
Gets the value of the errors property.
|
String |
getFailureMessage()
Gets the value of the failureMessage property.
|
int |
getFailures()
Gets the value of the failures property.
|
ErrorType |
getResult()
Gets the value of the result property.
|
int |
getSkipped()
Gets the value of the skipped property.
|
int |
hashCode() |
boolean |
hasNoTests() |
boolean |
isFailure() |
boolean |
isTimeout()
Gets the value of the timeout property.
|
void |
setCompleted(int value)
Sets the value of the completed property.
|
void |
setErrors(int value)
Sets the value of the errors property.
|
void |
setFailureMessage(String value)
Sets the value of the failureMessage property.
|
void |
setFailures(int value)
Sets the value of the failures property.
|
void |
setResult(ErrorType value)
Sets the value of the result property.
|
void |
setSkipped(int value)
Sets the value of the skipped property.
|
void |
setTimeout(boolean value)
Sets the value of the timeout property.
|
public int getCompleted()
public void setCompleted(int value)
public int getErrors()
public void setErrors(int value)
public int getFailures()
public void setFailures(int value)
public int getSkipped()
public void setSkipped(int value)
public String getFailureMessage()
String
public void setFailureMessage(String value)
value
- allowed object is
String
public ErrorType getResult()
ErrorType
public void setResult(ErrorType value)
value
- allowed object is
ErrorType
public boolean isTimeout()
public void setTimeout(boolean value)
public boolean hasNoTests()
public boolean isFailure()
public List<String> extractExceptionMessageLines() throws IOException
IOException
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.