com.atlassian.maven.qunit.collector
Class TestResult

java.lang.Object
  extended by com.atlassian.maven.qunit.collector.TestResult

public class TestResult
extends java.lang.Object


Constructor Summary
TestResult(java.lang.String testFilename, QUnitResult result)
           
 
Method Summary
 QUnitResult getResult()
           
 java.lang.String getTestFilename()
           
 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

TestResult

public TestResult(java.lang.String testFilename,
                  QUnitResult result)
Method Detail

getTestFilename

public java.lang.String getTestFilename()

getResult

public QUnitResult getResult()

toSoyMapData

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


Copyright © 2012 Atlassian. All Rights Reserved.