Uses of Class
ch.qos.mistletoe.core.TestReport

Packages that use TestReport
ch.qos.mistletoe.core   
ch.qos.mistletoe.wicket   
 

Uses of TestReport in ch.qos.mistletoe.core
 

Methods in ch.qos.mistletoe.core that return TestReport
static TestReport TestReport.getFistChildIfNecessary(TestReport description)
           
 TestReport MistletoeCore.run()
           
 

Methods in ch.qos.mistletoe.core that return types with arguments of type TestReport
 List<TestReport> TestReport.getChildren()
           
 

Methods in ch.qos.mistletoe.core with parameters of type TestReport
static TestReport TestReport.getFistChildIfNecessary(TestReport description)
           
 

Uses of TestReport in ch.qos.mistletoe.wicket
 

Constructors in ch.qos.mistletoe.wicket with parameters of type TestReport
TestReportPanel(String id, TestReport testReport)
           
 



Copyright © 2009-2013 QOS.ch. All Rights Reserved.