org.apache.jmeter.assertions.gui

Class AssertionScopePanel


public class AssertionScopePanel
extends JPanel

Assertion scope panel for Assertions so users can choose whether to apply the assertion to the parent sample, the child samples or both. This class is a helper class for the AbstractAssertionGui.

Constructor Summary

AssertionScopePanel()
Create a new NamePanel with the default name.

Method Summary

void
clearGui()
int
getSelection()
boolean
isScopeChildren()
boolean
isScopeParent()
void
setScopeAll()
void
setScopeChildren()
void
setScopeParent()

Constructor Details

AssertionScopePanel

public AssertionScopePanel()
Create a new NamePanel with the default name.

Method Details

clearGui

public void clearGui()

getSelection

public int getSelection()

isScopeChildren

public boolean isScopeChildren()

isScopeParent

public boolean isScopeParent()

setScopeAll

public void setScopeAll()

setScopeChildren

public void setScopeChildren()

setScopeParent

public void setScopeParent()

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.