|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.hp.hpl.jena.rdf.arp.ExceptionTests
public class ExceptionTests
Field Summary |
---|
Method Summary | |
---|---|
void |
error(java.lang.Exception e)
report an error |
void |
fatalError(java.lang.Exception e)
report a catastrophic error. |
static junit.framework.Test |
suite()
|
void |
testDefaultDemotedFatal()
|
void |
testDefaultError()
|
void |
testDefaultFatal()
|
void |
testDefaultPromotedError()
|
void |
testDefaultPromotedWarning()
|
void |
testDefaultWarning()
|
void |
testExceptionError()
|
void |
testExceptionWarning()
|
void |
testNonExceptionFatal()
|
void |
warning(java.lang.Exception e)
report a warning |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static junit.framework.Test suite()
public void testDefaultFatal()
public void testDefaultError()
public void testDefaultWarning()
public void testDefaultDemotedFatal()
public void testDefaultPromotedError()
public void testDefaultPromotedWarning()
public void testNonExceptionFatal()
public void testExceptionError()
public void testExceptionWarning()
public void warning(java.lang.Exception e)
RDFErrorHandler
warning
in interface RDFErrorHandler
e
- an exception representing the errorpublic void error(java.lang.Exception e)
RDFErrorHandler
error
in interface RDFErrorHandler
e
- an exception representing the errorpublic void fatalError(java.lang.Exception e)
RDFErrorHandler
fatalError
in interface RDFErrorHandler
e
- an exception representing the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |