org.apache.maven.surefire.battery
Interface Battery

All Known Implementing Classes:
AbstractBattery

public interface Battery


Method Summary
 void discoverBatteryClassNames()
           
 void execute(ReporterManager reportManager)
           
 java.lang.String getBatteryName()
           
 java.util.List getSubBatteryClassNames()
           
 int getTestCount()
           
 

Method Detail

execute

public void execute(ReporterManager reportManager)
             throws java.lang.Exception
Throws:
java.lang.Exception

getTestCount

public int getTestCount()

getBatteryName

public java.lang.String getBatteryName()

discoverBatteryClassNames

public void discoverBatteryClassNames()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getSubBatteryClassNames

public java.util.List getSubBatteryClassNames()


Copyright © 2004-2006 Apache. All Rights Reserved.