Changeset 779


Ignore:
Timestamp:
09/06/12 12:05:18 (12 years ago)
Author:
sherbold
Message:
  • code documentation
Location:
trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsAssertEventType.java

    r656 r779  
     1 
    12package de.ugoe.cs.quest.assertions; 
    23 
     
    45 
    56/** 
    6  *  
    77 * <p> 
    8  * TODO comment 
     8 * Event type for FileEquals assertions. 
    99 * </p> 
    1010 *  
    11  * @version $Revision: $ $Date: Aug 16, 2012$ 
    12  * @author 2012, last modified by $Author: sherbold$ 
     11 * @version 1.0 
     12 * @author Steffen Herbold 
    1313 */ 
    1414public class FileEqualsAssertEventType implements IEventType { 
    1515 
    16     /**  */ 
     16    /** 
     17     * <p> 
     18     * Id for object serialization. 
     19     * </p> 
     20     */ 
    1721    private static final long serialVersionUID = 1L; 
    1822 
     23    /* 
     24     * (non-Javadoc) 
     25     *  
     26     * @see de.ugoe.cs.quest.eventcore.IEventType#getName() 
     27     */ 
    1928    @Override 
    2029    public String getName() { 
  • trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsAssertEventType.java

    r655 r779  
     1 
    12package de.ugoe.cs.quest.assertions; 
    23 
     
    45 
    56/** 
     7 * </p> Event type for TextEquals assertions. </p> 
    68 *  
    7  * <p> 
    8  * TODO comment 
    9  * </p> 
    10  *  
    11  * @version $Revision: $ $Date: Aug 16, 2012$ 
    12  * @author 2012, last modified by $Author: sherbold$ 
     9 * @version 1.0 
     10 * @author Steffen Herbold 
    1311 */ 
    1412public class TextEqualsAssertEventType implements IEventType { 
    1513 
    16     /**  */ 
     14    /** 
     15     * <p> 
     16     * Id for object serialization. 
     17     * </p> 
     18     */ 
    1719    private static final long serialVersionUID = 1L; 
    1820 
     21    /* 
     22     * (non-Javadoc) 
     23     *  
     24     * @see de.ugoe.cs.quest.eventcore.IEventType#getName() 
     25     */ 
    1926    @Override 
    2027    public String getName() { 
  • trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsReplay.java

    r766 r779  
    8383     * (non-Javadoc) 
    8484     *  
    85      * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget() 
    86      */ 
    87     // @Override TODO 
    88     public String getTarget() { 
    89         return target; 
    90     } 
    91  
    92     /* 
    93      * (non-Javadoc) 
    94      *  
    9585     * @see de.ugoe.cs.quest.eventcore.IReplayable#getDecorator() 
    9686     */ 
Note: See TracChangeset for help on using the changeset viewer.