public class TestResultWrapperConverter
extends com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
| Constructor and Description |
|---|
TestResultWrapperConverter(com.thoughtworks.xstream.mapper.Mapper arg0) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class arg0) |
static java.lang.String |
getVersion()
Returns the converter version; used to check for possible
incompatibilities
|
void |
marshal(java.lang.Object arg0,
com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1,
com.thoughtworks.xstream.converters.MarshallingContext arg2) |
java.lang.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.
|
public TestResultWrapperConverter(com.thoughtworks.xstream.mapper.Mapper arg0)
arg0 - the Mapper to be usedpublic static java.lang.String getVersion()
public boolean canConvert(java.lang.Class arg0)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterpublic void marshal(java.lang.Object arg0,
com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1,
com.thoughtworks.xstream.converters.MarshallingContext arg2)
marshal in interface com.thoughtworks.xstream.converters.Convertermarshal in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterpublic java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterConverter.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext)Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.