com.canoo.webtest.plugins.exceltest
Class ExcelVerifyCellStyle
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.canoo.webtest.steps.Step
com.canoo.webtest.plugins.exceltest.AbstractExcelStep
com.canoo.webtest.plugins.exceltest.AbstractExcelSheetStep
com.canoo.webtest.plugins.exceltest.AbstractExcelCellStep
com.canoo.webtest.plugins.exceltest.ExcelVerifyCellStyle
- All Implemented Interfaces:
- Serializable, Cloneable
public class ExcelVerifyCellStyle
- extends AbstractExcelCellStep
- Author:
- Rob Nielsen
- See Also:
- Serialized Form
| Methods inherited from class com.canoo.webtest.plugins.exceltest.AbstractExcelCellStep |
getCell, getCellReference, getCellReferenceStr, getCellValue, getCol, getExcelCell, getRow, setCell, setCol, setRow, verifyParameters |
| Methods inherited from class com.canoo.webtest.steps.Step |
addComputedParameters, clone, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toString |
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
ExcelVerifyCellStyle
public ExcelVerifyCellStyle()
setFormat
public void setFormat(String text)
- Parameters:
text -
getFormat
public String getFormat()
setType
public void setType(String text)
- Parameters:
text -
getType
public String getType()
setAlign
public void setAlign(String text)
- Parameters:
text -
getAlign
public String getAlign()
setValign
public void setValign(String text)
- Parameters:
text -
getValign
public String getValign()
setWrap
public void setWrap(String text)
- Parameters:
text -
getWrap
public String getWrap()
setFontStyle
public void setFontStyle(String text)
- Parameters:
text -
getFontStyle
public String getFontStyle()
setLocked
public void setLocked(String text)
- Parameters:
text -
getLocked
public String getLocked()
setFontName
public void setFontName(String text)
- Parameters:
text -
getFontName
public String getFontName()
setFontSize
public void setFontSize(String text)
- Parameters:
text -
getFontSize
public String getFontSize()
setBorder
public void setBorder(String text)
- Parameters:
text -
getBorder
public String getBorder()
setBorderColor
public void setBorderColor(String text)
- Parameters:
text -
getBorderColor
public String getBorderColor()
setTextColor
public void setTextColor(String text)
- Parameters:
text -
getTextColor
public String getTextColor()
setFillColor
public void setFillColor(String text)
- Parameters:
text -
getFillColor
public String getFillColor()
setFillBackgroundColor
public void setFillBackgroundColor(String text)
- Parameters:
text -
getFillBackgroundColor
public String getFillBackgroundColor()
setFillPattern
public void setFillPattern(String text)
- Parameters:
text -
getFillPattern
public String getFillPattern()
doExecute
public void doExecute()
throws Exception
- Description copied from class:
Step
- Called to perform the step's functionality.
Before calling this method, the step has been completely initialized (including expanding and verifying the parameters)
and the environment notified of the start.
- Specified by:
doExecute in class Step
- Throws:
Exception
getCellBorder
public String getCellBorder(int dir)
getCellBorderColor
public String getCellBorderColor(int dir)