Skip to content
Snippets Groups Projects
Commit 1a87faf0 authored by ella's avatar ella
Browse files

parse le xml attendue , recue etle xml de base

parent fd43b785
No related branches found
No related tags found
No related merge requests found
Pipeline #6294 passed with stages
in 1 minute and 5 seconds
......@@ -64,12 +64,23 @@ public class Pacit {
mapReceived = pacit.buildMap(ARTreceived);
mapRules = pacit.buildMap(ARTrules);
pacit.compare(mapExpected, mapReceived, mapRules);
}
private boolean compare(Map<String, String> mapExpected2, Map<String, String> mapReceived2,
Map<String, String> mapRules2) {
// TODO Auto-generated method stub
}
public Pacit() {
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment