com.atlassian.maven.qunit.collector
Class QUnitResult.QunitTest

java.lang.Object
  extended by com.atlassian.maven.qunit.collector.QUnitResult.QunitTest
Enclosing class:
QUnitResult

public static class QUnitResult.QunitTest
extends java.lang.Object


Constructor Summary
QUnitResult.QunitTest()
           
 
Method Summary
 int getFailed()
           
 java.lang.String getFailureMessage()
           
 java.util.List<QUnitResult.QunitLog> getLogs()
           
 java.lang.String getModule()
           
 java.lang.String getName()
           
 int getPassed()
           
 int getTotal()
           
 boolean hasError()
           
 boolean hasFailure()
           
 boolean hasModule()
           
 com.google.template.soy.data.SoyMapData toSoyMapData()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QUnitResult.QunitTest

public QUnitResult.QunitTest()
Method Detail

getFailed

public int getFailed()

getLogs

public java.util.List<QUnitResult.QunitLog> getLogs()

getFailureMessage

public java.lang.String getFailureMessage()

toSoyMapData

public com.google.template.soy.data.SoyMapData toSoyMapData()

hasModule

public boolean hasModule()

getModule

public java.lang.String getModule()

getName

public java.lang.String getName()

getPassed

public int getPassed()

getTotal

public int getTotal()

hasFailure

public boolean hasFailure()

hasError

public boolean hasError()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 Atlassian. All Rights Reserved.