|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface showing test protocols in the test runner of JUnit.
Created: Thu Nov 08 12:55:54 2001
Method Summary | |
void |
addFailure(junit.framework.Test test,
java.lang.Throwable t)
Add a failure message. |
void |
addMessage(java.lang.String message)
Append a new message to the protocol. |
void |
clear()
Clear the protocol window. |
void |
hide()
Hide the protocol window. |
void |
show()
Show the protocol window. |
Method Detail |
public void addMessage(java.lang.String message)
message
- the messagepublic void addFailure(junit.framework.Test test, java.lang.Throwable t)
test
- test that failedt
- Throwable, that occuredpublic void show()
public void hide()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |