source: trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsAssertEventType.java @ 656

Last change on this file since 656 was 656, checked in by sherbold, 12 years ago
  • Property svn:mime-type set to text/plain
File size: 452 bytes
Line 
1package de.ugoe.cs.quest.assertions;
2
3import de.ugoe.cs.quest.eventcore.IEventType;
4
5/**
6 *
7 * <p>
8 * TODO comment
9 * </p>
10 *
11 * @version $Revision: $ $Date: Aug 16, 2012$
12 * @author 2012, last modified by $Author: sherbold$
13 */
14public class FileEqualsAssertEventType implements IEventType {
15
16    /**  */
17    private static final long serialVersionUID = 1L;
18
19    @Override
20    public String getName() {
21        return "FileEqualsAssertion";
22    }
23
24}
Note: See TracBrowser for help on using the repository browser.