Skip to content

Generate RR Pairs Utility

chinni2487 edited this page May 15, 2019 · 1 revision

This utility takes raw-traffic.xml file and converts it into RR pairs.

public static void main(String[] args)  {
     try {
      FromRawTrafficTestReferentialGenerator.generateRRPairFromRawFiles((GenerateRRPairs.class.getProtectionDomain().getCodeSource().getLocation().getPath()).replaceAll("%20", " ") + ".."
              + File.separatorChar + ".." + File.separatorChar + ".." + File.separatorChar
              + "lisabank-demo/src/test/resources/rawtraffic");
    } catch (XPathExpressionException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    } catch (ParserConfigurationException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    } catch (SAXException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    } catch (IOException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
  }

Getting Started

Code Library

Core Functionality

Version 1.4.0

Annotation DevTestVirtualServiceV3

Version 1.3.2

Acknowledgments

Clone this wiki locally