Uses of Class
org.softevo.ample.JUnitSupportException

Packages that use JUnitSupportException
org.softevo.ample   
 

Uses of JUnitSupportException in org.softevo.ample
 

Methods in org.softevo.ample that throw JUnitSupportException
private  void AmpleLauncher.addJUnitJars(java.util.ArrayList jarsList)
          Adds to the given list the full names of the two JAR files that enable JUnit support in Eclipse.
private  void AmpleLauncher.initLists()
          Initializes the two fields - AmpleLauncher.outputLocations and AmpleLauncher.requiredJars.
 

Constructors in org.softevo.ample that throw JUnitSupportException
AmpleLauncher(org.eclipse.jdt.core.IJavaProject project, InstrumentationConfiguration config, org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
          Initializes a new instance of AmpleLauncher.