public class AssertionTableModel extends AbstractTableModel implements com.eviware.soapui.model.project.ProjectListener, com.eviware.soapui.model.testsuite.TestSuiteListener
listenerList| Constructor and Description |
|---|
AssertionTableModel(ProjectCoverage projectCoverage) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterLoad(com.eviware.soapui.model.project.Project project) |
void |
beforeSave(com.eviware.soapui.model.project.Project project) |
void |
environmentAdded(com.eviware.soapui.model.environment.Environment env) |
void |
environmentRemoved(com.eviware.soapui.model.environment.Environment env,
int index) |
void |
environmentRenamed(com.eviware.soapui.model.environment.Environment environment,
String oldName,
String newName) |
void |
environmentSwitched(com.eviware.soapui.model.environment.Environment environment) |
int |
getColumnCount() |
String |
getColumnName(int col) |
Integer |
getCoverageColumn() |
AssertionNode |
getElementOnRow(int row) |
com.eviware.soapui.model.ModelItem |
getModelItemOnRow(int row) |
int |
getRowCount() |
int |
getRowFor(com.eviware.soapui.model.testsuite.TestAssertion assertion) |
Object |
getValueAt(int row,
int col) |
void |
interfaceAdded(com.eviware.soapui.model.iface.Interface iface) |
void |
interfaceRemoved(com.eviware.soapui.model.iface.Interface iface) |
void |
interfaceUpdated(com.eviware.soapui.model.iface.Interface iface) |
void |
loadTestAdded(com.eviware.soapui.model.testsuite.LoadTest loadTest) |
void |
loadTestRemoved(com.eviware.soapui.model.testsuite.LoadTest loadTest) |
void |
loadUITestAdded(com.eviware.soapui.model.load.LoadTestModelItem loadUiTest) |
void |
loadUITestRemoved(com.eviware.soapui.model.load.LoadTestModelItem loadUiTest) |
void |
mockServiceAdded(com.eviware.soapui.model.mock.MockService mockService) |
void |
mockServiceRemoved(com.eviware.soapui.model.mock.MockService mockService) |
void |
release() |
void |
securityTestAdded(com.eviware.soapui.security.SecurityTest arg0) |
void |
securityTestRemoved(com.eviware.soapui.security.SecurityTest arg0) |
void |
setFilter(com.eviware.soapui.model.iface.Operation operation,
com.eviware.soapui.model.testsuite.ResultContainer testContainer) |
void |
testCaseAdded(com.eviware.soapui.model.testsuite.TestCase testCase) |
void |
testCaseMoved(com.eviware.soapui.model.testsuite.TestCase testCase,
int index,
int offset) |
void |
testCaseRemoved(com.eviware.soapui.model.testsuite.TestCase testCase) |
void |
testStepAdded(com.eviware.soapui.model.testsuite.TestStep testStep,
int index) |
void |
testStepMoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int fromIndex,
int offset) |
void |
testStepRemoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int index) |
void |
testSuiteAdded(com.eviware.soapui.model.testsuite.TestSuite testSuite) |
void |
testSuiteMoved(com.eviware.soapui.model.testsuite.TestSuite testSuite,
int index,
int offset) |
void |
testSuiteRemoved(com.eviware.soapui.model.testsuite.TestSuite testSuite) |
void |
update() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic AssertionTableModel(ProjectCoverage projectCoverage)
public void release()
public Integer getCoverageColumn()
public void setFilter(com.eviware.soapui.model.iface.Operation operation,
com.eviware.soapui.model.testsuite.ResultContainer testContainer)
public void update()
public AssertionNode getElementOnRow(int row)
public int getRowFor(com.eviware.soapui.model.testsuite.TestAssertion assertion)
public com.eviware.soapui.model.ModelItem getModelItemOnRow(int row)
public int getColumnCount()
getColumnCount in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int col)
getValueAt in interface TableModelpublic void afterLoad(com.eviware.soapui.model.project.Project project)
afterLoad in interface com.eviware.soapui.model.project.ProjectListenerpublic void beforeSave(com.eviware.soapui.model.project.Project project)
beforeSave in interface com.eviware.soapui.model.project.ProjectListenerpublic void interfaceAdded(com.eviware.soapui.model.iface.Interface iface)
interfaceAdded in interface com.eviware.soapui.model.project.ProjectListenerpublic void interfaceRemoved(com.eviware.soapui.model.iface.Interface iface)
interfaceRemoved in interface com.eviware.soapui.model.project.ProjectListenerpublic void interfaceUpdated(com.eviware.soapui.model.iface.Interface iface)
interfaceUpdated in interface com.eviware.soapui.model.project.ProjectListenerpublic void mockServiceAdded(com.eviware.soapui.model.mock.MockService mockService)
mockServiceAdded in interface com.eviware.soapui.model.project.ProjectListenerpublic void mockServiceRemoved(com.eviware.soapui.model.mock.MockService mockService)
mockServiceRemoved in interface com.eviware.soapui.model.project.ProjectListenerpublic void loadUITestAdded(com.eviware.soapui.model.load.LoadTestModelItem loadUiTest)
loadUITestAdded in interface com.eviware.soapui.model.project.ProjectListenerpublic void loadUITestRemoved(com.eviware.soapui.model.load.LoadTestModelItem loadUiTest)
loadUITestRemoved in interface com.eviware.soapui.model.project.ProjectListenerpublic void testSuiteAdded(com.eviware.soapui.model.testsuite.TestSuite testSuite)
testSuiteAdded in interface com.eviware.soapui.model.project.ProjectListenerpublic void testSuiteRemoved(com.eviware.soapui.model.testsuite.TestSuite testSuite)
testSuiteRemoved in interface com.eviware.soapui.model.project.ProjectListenerpublic void loadTestAdded(com.eviware.soapui.model.testsuite.LoadTest loadTest)
loadTestAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void loadTestRemoved(com.eviware.soapui.model.testsuite.LoadTest loadTest)
loadTestRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testCaseAdded(com.eviware.soapui.model.testsuite.TestCase testCase)
testCaseAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testCaseMoved(com.eviware.soapui.model.testsuite.TestCase testCase,
int index,
int offset)
testCaseMoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testCaseRemoved(com.eviware.soapui.model.testsuite.TestCase testCase)
testCaseRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testStepAdded(com.eviware.soapui.model.testsuite.TestStep testStep,
int index)
testStepAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testStepMoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int fromIndex,
int offset)
testStepMoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testStepRemoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int index)
testStepRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testSuiteMoved(com.eviware.soapui.model.testsuite.TestSuite testSuite,
int index,
int offset)
testSuiteMoved in interface com.eviware.soapui.model.project.ProjectListenerpublic void securityTestAdded(com.eviware.soapui.security.SecurityTest arg0)
securityTestAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void securityTestRemoved(com.eviware.soapui.security.SecurityTest arg0)
securityTestRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void environmentAdded(com.eviware.soapui.model.environment.Environment env)
environmentAdded in interface com.eviware.soapui.model.project.ProjectListenerpublic void environmentRemoved(com.eviware.soapui.model.environment.Environment env,
int index)
environmentRemoved in interface com.eviware.soapui.model.project.ProjectListenerpublic void environmentSwitched(com.eviware.soapui.model.environment.Environment environment)
environmentSwitched in interface com.eviware.soapui.model.project.ProjectListenerCopyright © 2019. All rights reserved.