de.oio.bugkilla.comparator
Class ResponseTitleComparator

java.lang.Object
  |
  +--de.oio.bugkilla.comparator.ResponseComparator
        |
        +--de.oio.bugkilla.comparator.ResponseTitleComparator

public class ResponseTitleComparator
extends ResponseComparator

Author:
mniete The class ResponseTitleComparator compares the html title-tag-values from a recorded and from a origianl server-response.

Constructor Summary
ResponseTitleComparator()
           
 
Method Summary
 boolean compare()
          Method abstract compare is an interface for all compare subclasses.
 
Methods inherited from class de.oio.bugkilla.comparator.ResponseComparator
getRecorderResponse, getServerResponse, setRecorderResponse, setServerResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseTitleComparator

public ResponseTitleComparator()
Method Detail

compare

public boolean compare()
Description copied from class: ResponseComparator
Method abstract compare is an interface for all compare subclasses.

Specified by:
compare in class ResponseComparator
Returns:
boolean
See Also:
compares two titles


Copyright © Orientation in Objects GmbH. All Rights Reserved.