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, setValueAt
public 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 TableModel
public int getRowCount()
getRowCount
in interface TableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int row, int col)
getValueAt
in interface TableModel
public void afterLoad(com.eviware.soapui.model.project.Project project)
afterLoad
in interface com.eviware.soapui.model.project.ProjectListener
public void beforeSave(com.eviware.soapui.model.project.Project project)
beforeSave
in interface com.eviware.soapui.model.project.ProjectListener
public void interfaceAdded(com.eviware.soapui.model.iface.Interface iface)
interfaceAdded
in interface com.eviware.soapui.model.project.ProjectListener
public void interfaceRemoved(com.eviware.soapui.model.iface.Interface iface)
interfaceRemoved
in interface com.eviware.soapui.model.project.ProjectListener
public void interfaceUpdated(com.eviware.soapui.model.iface.Interface iface)
interfaceUpdated
in interface com.eviware.soapui.model.project.ProjectListener
public void mockServiceAdded(com.eviware.soapui.model.mock.MockService mockService)
mockServiceAdded
in interface com.eviware.soapui.model.project.ProjectListener
public void mockServiceRemoved(com.eviware.soapui.model.mock.MockService mockService)
mockServiceRemoved
in interface com.eviware.soapui.model.project.ProjectListener
public void loadUITestAdded(com.eviware.soapui.model.load.LoadTestModelItem loadUiTest)
loadUITestAdded
in interface com.eviware.soapui.model.project.ProjectListener
public void loadUITestRemoved(com.eviware.soapui.model.load.LoadTestModelItem loadUiTest)
loadUITestRemoved
in interface com.eviware.soapui.model.project.ProjectListener
public void testSuiteAdded(com.eviware.soapui.model.testsuite.TestSuite testSuite)
testSuiteAdded
in interface com.eviware.soapui.model.project.ProjectListener
public void testSuiteRemoved(com.eviware.soapui.model.testsuite.TestSuite testSuite)
testSuiteRemoved
in interface com.eviware.soapui.model.project.ProjectListener
public void loadTestAdded(com.eviware.soapui.model.testsuite.LoadTest loadTest)
loadTestAdded
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void loadTestRemoved(com.eviware.soapui.model.testsuite.LoadTest loadTest)
loadTestRemoved
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testCaseAdded(com.eviware.soapui.model.testsuite.TestCase testCase)
testCaseAdded
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testCaseMoved(com.eviware.soapui.model.testsuite.TestCase testCase, int index, int offset)
testCaseMoved
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testCaseRemoved(com.eviware.soapui.model.testsuite.TestCase testCase)
testCaseRemoved
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testStepAdded(com.eviware.soapui.model.testsuite.TestStep testStep, int index)
testStepAdded
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testStepMoved(com.eviware.soapui.model.testsuite.TestStep testStep, int fromIndex, int offset)
testStepMoved
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testStepRemoved(com.eviware.soapui.model.testsuite.TestStep testStep, int index)
testStepRemoved
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void testSuiteMoved(com.eviware.soapui.model.testsuite.TestSuite testSuite, int index, int offset)
testSuiteMoved
in interface com.eviware.soapui.model.project.ProjectListener
public void securityTestAdded(com.eviware.soapui.security.SecurityTest arg0)
securityTestAdded
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void securityTestRemoved(com.eviware.soapui.security.SecurityTest arg0)
securityTestRemoved
in interface com.eviware.soapui.model.testsuite.TestSuiteListener
public void environmentAdded(com.eviware.soapui.model.environment.Environment env)
environmentAdded
in interface com.eviware.soapui.model.project.ProjectListener
public void environmentRemoved(com.eviware.soapui.model.environment.Environment env, int index)
environmentRemoved
in interface com.eviware.soapui.model.project.ProjectListener
public void environmentSwitched(com.eviware.soapui.model.environment.Environment environment)
environmentSwitched
in interface com.eviware.soapui.model.project.ProjectListener
Copyright © 2019. All rights reserved.