package de.ugoe.cs.quest.assertions; import de.ugoe.cs.quest.eventcore.IEventType; /** * *

* TODO comment *

* * @version $Revision: $ $Date: Aug 16, 2012$ * @author 2012, last modified by $Author: sherbold$ */ public class TextEqualsAssertEventType implements IEventType { /** */ private static final long serialVersionUID = 1L; @Override public String getName() { return "TextEqualsAssertion"; } }