aQute.junit.runtime
Interface TestReporter

All Superinterfaces:
junit.framework.TestListener
All Known Implementing Classes:
JUnitReport, XMLReport

public interface TestReporter
extends junit.framework.TestListener


Method Summary
 void begin(GenericFramework framework, org.osgi.framework.Bundle targetBundle, List tests, int realcount)
           
 void end()
           
 
Methods inherited from interface junit.framework.TestListener
addError, addFailure, endTest, startTest
 

Method Detail

begin

void begin(GenericFramework framework,
           org.osgi.framework.Bundle targetBundle,
           List tests,
           int realcount)

end

void end()


Copyright © 2010 aQute SARL. All Rights Reserved.