public class TestCaseLogModel extends AbstractListModel
listenerList
Constructor and Description |
---|
TestCaseLogModel() |
Modifier and Type | Method and Description |
---|---|
void |
addTestStepResult(TestStepResult result) |
void |
addText(String msg) |
void |
clear() |
Object |
getElementAt(int arg0) |
int |
getMaxSize() |
TestStepResult |
getResultAt(int index) |
int |
getSize() |
void |
setMaxSize(int maxSize) |
void |
setStepIndex(int i) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public void addText(String msg)
public void addTestStepResult(TestStepResult result)
public void clear()
public int getMaxSize()
public void setMaxSize(int maxSize)
public int getSize()
public Object getElementAt(int arg0)
public TestStepResult getResultAt(int index)
public void setStepIndex(int i)
Copyright © 2019. All Rights Reserved.