org.apache.jmeter.protocol.java.control.gui
Class JUnitTestSamplerGui
- ActionListener, ChangeListener, JMeterGUIComponent, Printable
public class JUnitTestSamplerGui
implements ChangeListener, ActionListener
The
JUnitTestSamplerGui
class provides the user interface
for the
JUnitSampler
.
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
JUnitTestSamplerGui
public JUnitTestSamplerGui()
Constructor for JUnitTestSamplerGui
actionPerformed
public void actionPerformed(ActionEvent evt)
Handle action events for this component. This method currently handles
events for the classname combo box.
evt
- the ActionEvent to be handled
clearMethodCombo
public void clearMethodCombo()
configureMethodCombo
public void configureMethodCombo()
filterClasses
public Class[] filterClasses(Class[] clz)
getMethodNames
public String[] getMethodNames(Method[] meths)
getMethods
public Method[] getMethods(Object obj,
List list)
instantiateClass
public void instantiateClass()
showErrorDialog
public void showErrorDialog()
stateChanged
public void stateChanged(ChangeEvent event)
the current implementation checks to see if the source
of the event is the filterpkg field.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.