|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
junit.framework.AssertionFailedError
org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
public class JellyAssertionFailedError
JellyAssertionFailedError is
a JUnit AssertionFailedError which is LocationAware so that it can include
details of where in the JellyUnit test case that the failure occurred.
| Constructor Summary | |
|---|---|
JellyAssertionFailedError()
|
|
JellyAssertionFailedError(java.lang.String message)
|
|
JellyAssertionFailedError(java.lang.String message,
java.lang.Throwable cause)
|
|
JellyAssertionFailedError(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
|
int |
getColumnNumber()
|
java.lang.String |
getElementName()
|
java.lang.String |
getFileName()
|
int |
getLineNumber()
|
java.lang.String |
getMessage()
|
java.lang.String |
getReason()
|
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.PrintWriter s)
|
void |
setColumnNumber(int columnNumber)
Sets the column number of the tag |
void |
setElementName(java.lang.String elementName)
Sets the element name which caused the problem |
void |
setFileName(java.lang.String fileName)
Sets the Jelly file which caused the problem |
void |
setLineNumber(int lineNumber)
Sets the line number of the tag |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JellyAssertionFailedError()
public JellyAssertionFailedError(java.lang.String message)
public JellyAssertionFailedError(java.lang.String message,
java.lang.Throwable cause)
public JellyAssertionFailedError(java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic int getLineNumber()
getLineNumber in interface LocationAwarepublic void setLineNumber(int lineNumber)
setLineNumber in interface LocationAwarepublic int getColumnNumber()
getColumnNumber in interface LocationAwarepublic void setColumnNumber(int columnNumber)
setColumnNumber in interface LocationAwarepublic java.lang.String getFileName()
getFileName in interface LocationAwarepublic void setFileName(java.lang.String fileName)
setFileName in interface LocationAwarepublic java.lang.String getElementName()
getElementName in interface LocationAwarepublic void setElementName(java.lang.String elementName)
setElementName in interface LocationAwarepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getReason()
public void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||