Class HTTPSamplerBaseConverter


  • public class HTTPSamplerBaseConverter
    extends TestElementConverter
    Class for XStream conversion of HTTPResult
    • Constructor Detail

      • HTTPSamplerBaseConverter

        public HTTPSamplerBaseConverter​(Mapper arg0)
    • Method Detail

      • getVersion

        public static String getVersion()
        Returns the converter version; used to check for possible incompatibilities
        Returns:
        the version of this component
      • unmarshal

        public Object unmarshal​(HierarchicalStreamReader reader,
                                UnmarshallingContext context)
        Override TestElementConverter; convert HTTPSamplerBase to merge the two means of providing file names into a single list.
        Overrides:
        unmarshal in class TestElementConverter