Uses of Class
org.softevo.ample.AmpleTestRunListener

Packages that use AmpleTestRunListener
org.softevo.ample   
 

Uses of AmpleTestRunListener in org.softevo.ample
 

Fields in org.softevo.ample declared as AmpleTestRunListener
private  AmpleTestRunListener AmplePlugin.listener
          Ample's JUnit test run listener.
 

Methods in org.softevo.ample that return AmpleTestRunListener
 AmpleTestRunListener AmplePlugin.getListener()
          Gets the shared JUnit test run listener.
static AmpleTestRunListener AmplePlugin.getSharedListener()
          Gets the shared JUnit test run listener.
 

Methods in org.softevo.ample with parameters of type AmpleTestRunListener
 void AmplePlugin.setListener(AmpleTestRunListener aListener)
          Sets the shared JUnit test run listener.