|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.maven.qunit.collector.QUnitResult
public class QUnitResult
A Java representation of the QUnit result structure created in qunit-extensions.js. The breakdown is: QunitResult(1) - QunitTest(n) - QunitLog(n)
QUnitWebDriverTestSuite} for where this class is used| Nested Class Summary | |
|---|---|
static class |
QUnitResult.QunitLog
|
static class |
QUnitResult.QunitTest
|
| Constructor Summary | |
|---|---|
QUnitResult()
|
|
| Method Summary | |
|---|---|
int |
getErrors()
|
int |
getFailed()
|
int |
getPassed()
|
java.util.List<QUnitResult.QunitTest> |
getTests()
|
int |
getTotal()
|
boolean |
hasErrors()
|
boolean |
hasFailures()
|
com.google.template.soy.data.SoyMapData |
toSoyMapData()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QUnitResult()
| Method Detail |
|---|
public java.util.List<QUnitResult.QunitTest> getTests()
public int getPassed()
public int getFailed()
public int getTotal()
public boolean hasFailures()
public boolean hasErrors()
public int getErrors()
public com.google.template.soy.data.SoyMapData toSoyMapData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||