- Timestamp:
- 02/28/14 15:17:13 (11 years ago)
- Location:
- trunk/autoquest-plugin-mfc-test/src/test/java/de/ugoe/cs/autoquest/plugin/mfc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-mfc-test/src/test/java/de/ugoe/cs/autoquest/plugin/mfc/EventGenerationRuleTest.java
r927 r1425 34 34 35 35 /** 36 * <p> 37 * TODO comment 38 * </p> 39 * 40 * @version $Revision$ $Date: 23.08.2012$ 41 * @author 2012, last modified by $Author: pharms$ 36 * @author Patrick Harms 42 37 */ 43 38 public class EventGenerationRuleTest { … … 49 44 50 45 /** 51 * <p> 52 * TODO: comment 53 * </p> 46 * 54 47 */ 55 48 @Test … … 158 151 159 152 /** 160 * <p> 161 * TODO: comment 162 * </p> 153 * 163 154 */ 164 155 @Test … … 408 399 409 400 /** 410 * <p>411 * TODO: comment412 * </p>413 401 * 414 * @param ruleXML415 * @return416 402 */ 417 403 private Element getRuleElement(String ruleXML) { -
trunk/autoquest-plugin-mfc-test/src/test/java/de/ugoe/cs/autoquest/plugin/mfc/MFCLogParserTest.java
r927 r1425 43 43 44 44 /** 45 * TODO comment 46 * 47 * @version $Revision$ $Date$ 48 * @author 2011, last modified by $Author$ 45 * @author Steffen Herbold 49 46 */ 50 47 public class MFCLogParserTest implements IOutputListener {
Note: See TracChangeset
for help on using the changeset viewer.