public class TestResultWrapperConverter
extends AbstractCollectionConverter
Constructor and Description |
---|
TestResultWrapperConverter(Mapper arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class arg0) |
static String |
getVersion()
Returns the converter version; used to check for possible
incompatibilities
|
void |
marshal(Object arg0,
HierarchicalStreamWriter arg1,
MarshallingContext arg2) |
Object |
unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context)
Read test results from JTL files and pass them to the visualiser directly.
|
public TestResultWrapperConverter(Mapper arg0)
arg0
- the Mapper
to be usedpublic static String getVersion()
public boolean canConvert(Class arg0)
public void marshal(Object arg0, HierarchicalStreamWriter arg1, MarshallingContext arg2)
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
com.thoughtworks.xstream.converters.Converter#unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext)
Copyright © 1998-2017 Apache Software Foundation. All Rights Reserved.