|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectProjectComponent
org.apache.ant.antunit.LogContains
public class LogContains
A condition that tests the log output of the current project for a given string.
Works in conjunction with LogCapturer
and
needs the context provided by AntUnit.
Constructor Summary | |
---|---|
LogContains()
|
Method Summary | |
---|---|
boolean |
eval()
|
void |
setLevel(Echo.EchoLevel echoLevel)
minimal log priority to consult. |
void |
setText(java.lang.String t)
Test the log shall contain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogContains()
Method Detail |
---|
public void setText(java.lang.String t)
public void setLevel(Echo.EchoLevel echoLevel)
public boolean eval()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |