public class InfoflowResultComparator extends Object
| 构造器和说明 |
|---|
InfoflowResultComparator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
main(String[] args) |
boolean |
resultEquals(String file1,
String file2)
Checks whether the data flow results in two given files are equal
|
static InfoflowResultComparator |
v() |
public static InfoflowResultComparator v()
public boolean resultEquals(String file1, String file2) throws XMLStreamException, IOException
file1 - The full path and file name of the fist filefile2 - The full path and file name of the second fileXMLStreamException - Thrown if one of the XML files is
syntactically invalidIOException - Thrown if one of the two files cannot be openedpublic static void main(String[] args) throws XMLStreamException, IOException
Copyright © 2022 Fraunhofer SIT. All rights reserved.