com.atlassian.confluence.qunit
Class QUnitResults

java.lang.Object
  extended by com.atlassian.confluence.qunit.QUnitResults

public class QUnitResults
extends Object

A Java representation of the QUnit result structure created in qunit-results-collector.js. The breakdown is: FileResults (1) - ModuleResults (n) -- TestCaseResults (n) --- AssertionResult (n)

See Also:
for where this class is used

Nested Class Summary
static class QUnitResults.FileResults
           
 
Constructor Summary
QUnitResults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QUnitResults

public QUnitResults()


Copyright © 2003-2012 Atlassian. All Rights Reserved.