|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lazerycode.jmeter.ErrorScanner
public class ErrorScanner
Handles checking a JMeter results file in XML format for errors and failures.
| Constructor Summary | |
|---|---|
ErrorScanner(boolean ignoreErrors,
boolean ignoreFailures,
org.apache.maven.plugin.logging.Log log)
|
|
| Method Summary | |
|---|---|
protected boolean |
checkLineForErrors(String line)
protected for testing |
int |
getErrorCount()
TODO: what are errors? |
int |
getFailureCount()
|
boolean |
hasTestPassed(File file)
Check given file for errors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorScanner(boolean ignoreErrors,
boolean ignoreFailures,
org.apache.maven.plugin.logging.Log log)
| Method Detail |
|---|
public boolean hasTestPassed(File file)
throws org.apache.maven.plugin.MojoExecutionException
file -
org.apache.maven.plugin.MojoExecutionExceptionpublic int getFailureCount()
public int getErrorCount()
protected boolean checkLineForErrors(String line)
line -
org.apache.maven.plugin.MojoFailureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||