com.eviware.soapui.impl.wsdl.loadtest.log
Interface LoadTestLogEntry
- All Known Implementing Classes:
- LoadTestLogErrorEntry, LoadTestLogMessageEntry
public interface LoadTestLogEntry
An entry in the loadtest log
- Author:
- Ole.Matzura
getMessage
java.lang.String getMessage()
getTimeStamp
long getTimeStamp()
getType
java.lang.String getType()
getTargetStep
TestStep getTargetStep()
getActions
ActionList getActions()
getIcon
javax.swing.ImageIcon getIcon()
isError
boolean isError()
exportToFile
void exportToFile(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2007 eviware.com. All Rights Reserved.