Class TestResultWrapperConverter
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
org.apache.jmeter.save.converters.TestResultWrapperConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter,- com.thoughtworks.xstream.converters.ConverterMatcher
public class TestResultWrapperConverter
extends com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
XStream Class to convert TestResultWrapper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanConvert(Class arg0) static StringReturns the converter version; used to check for possible incompatibilitiesvoidmarshal(Object arg0, com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1, com.thoughtworks.xstream.converters.MarshallingContext arg2) unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Read test results from JTL files and pass them to the visualiser directly.Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConvertercreateCollection, mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
- 
Constructor Details- 
TestResultWrapperConverterpublic TestResultWrapperConverter(com.thoughtworks.xstream.mapper.Mapper arg0) - Parameters:
- arg0- the- Mapperto be used
 
 
- 
- 
Method Details- 
getVersionReturns the converter version; used to check for possible incompatibilities- Returns:
- the version of this converter
 
- 
canConvert- Specified by:
- canConvertin interface- com.thoughtworks.xstream.converters.ConverterMatcher
- Specified by:
- canConvertin class- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
- 
marshalpublic void marshal(Object arg0, com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1, com.thoughtworks.xstream.converters.MarshallingContext arg2) - Specified by:
- marshalin interface- com.thoughtworks.xstream.converters.Converter
- Specified by:
- marshalin class- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
- 
unmarshalpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Read test results from JTL files and pass them to the visualiser directly. If the ResultCollector helper object is defined, then pass the samples to that rather than adding them to the test result wrapper.- Specified by:
- unmarshalin interface- com.thoughtworks.xstream.converters.Converter
- Specified by:
- unmarshalin class- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
- Returns:
- the test result wrapper (may be empty)
- See Also:
- 
- Converter.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext)
 
 
 
-