Changeset 327 for trunk/EventBenchCore/src/de/ugoe
- Timestamp:
- 12/16/11 10:18:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/FileEqualsReplay.java
r229 r327 15 15 16 16 /** 17 * <p> 17 18 * The file that should be equal to expectedFile. 19 * </p> 18 20 */ 19 21 String actualFile = null; 20 22 21 23 /** 24 * <p> 22 25 * The file that is used as the reference. 26 * </p> 23 27 */ 24 28 String expectedFile = null;
Note: See TracChangeset
for help on using the changeset viewer.