Changeset 548 for trunk/quest-core-assertions
- Timestamp:
- 08/16/12 14:45:03 (12 years ago)
- Location:
- trunk/quest-core-assertions
- Files:
-
- 2 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-assertions/.classpath
r518 r548 2 2 <classpath> 3 3 <classpathentry kind="src" output="target/classes" path="src/main/java"> 4 <attributes> 5 <attribute name="optional" value="true"/> 6 <attribute name="maven.pomderived" value="true"/> 7 </attributes> 8 </classpathentry> 9 <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 4 10 <attributes> 5 11 <attribute name="optional" value="true"/> -
trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsReplay.java
r518 r548 79 79 } 80 80 81 /*82 * (non-Javadoc)83 *84 * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget()85 */86 @Override87 public String getTarget() {88 return "targetNotUsed";89 }90 91 81 } -
trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsReplay.java
r518 r548 87 87 * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget() 88 88 */ 89 @Override89 //@Override TODO 90 90 public String getTarget() { 91 91 return target;
Note: See TracChangeset
for help on using the changeset viewer.