Class HTTPSamplerBaseConverter
-
- All Implemented Interfaces:
-
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class HTTPSamplerBaseConverter extends TestElementConverterClass for XStream conversion of HTTPResult
-
-
Constructor Summary
Constructors Constructor Description HTTPSamplerBaseConverter(Mapper arg0)
-
Method Summary
Modifier and Type Method Description static StringgetVersion()Returns the converter version; used to check for possible incompatibilities booleancanConvert(Class arg0)Objectunmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)Override TestElementConverter; convert HTTPSamplerBase to merge the two means of providing file names into a single list. -
-
Method Detail
-
getVersion
static String getVersion()
Returns the converter version; used to check for possible incompatibilities
-
canConvert
boolean canConvert(Class arg0)
-
-
-
-