Ignore:
Timestamp:
07/08/15 13:09:44 (9 years ago)
Author:
sherbold
Message:
  • SimpleSOAPEventType can now either be a request or a response and contains the appropriate soap message body
  • SOAPUtils offer function to convert SOAPEventType into SimpleSOAPEventType and meanwhile split into request and response and sort the SimpleSOAPEvents in the appropriate order
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java

    r1992 r1993  
    385385 
    386386        sequences = SOAPUtils.removeNonSOAPEvents(sequences); 
    387         sequences = SOAPUtils.sortSequences(sequences, SequenceOrder.REQUEST); 
    388         sequences = SOAPUtils.convertToSimpleSOAPEvent(sequences, true); 
     387        sequences = SOAPUtils.sortAndConvertSequences(sequences, true, true); 
    389388        sequences = SOAPUtils.normalizeOperationNames(sequences, properties 
    390389                    .getProperty("methodName.prefixToRemove"), properties 
Note: See TracChangeset for help on using the changeset viewer.