|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.executor.PageState
public class PageState
Class that represents the state of processing of a page.
Field Summary | |
---|---|
static PageState |
AFTER_PROCESSING
Constant that defines the state of a page before after download and processing. |
static PageState |
BEFORE_DOWNLOAD
Constant that defines the state of a page before its processing begins. |
static PageState |
BEFORE_PROCESSING
Constant that defines the state of a page before its download. |
static PageState |
FINISHED
Constant that defines the state of a page before after all its actions were executed. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getStateName()
Returns a String containing the name of this state. |
boolean |
isAfterProcessing()
Returns true if this state is
AFTER_PROCESSING . |
boolean |
isBeforeDownload()
Returns true if this state is
BEFORE_DOWNLOAD . |
boolean |
isBeforeProcessing()
Returns true if this state is
BEFORE_PROCESSING . |
boolean |
isFinished()
Returns true if this state is
FINISHED . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PageState BEFORE_DOWNLOAD
public static final PageState BEFORE_PROCESSING
public static final PageState AFTER_PROCESSING
public static final PageState FINISHED
Method Detail |
---|
public boolean isBeforeDownload()
true
if this state is
BEFORE_DOWNLOAD
.
true
if this state is
BEFORE_DOWNLOAD
, false
otherwise.public boolean isBeforeProcessing()
true
if this state is
BEFORE_PROCESSING
.
true
if this state is
BEFORE_PROCESSING
, false
otherwise.public boolean isAfterProcessing()
true
if this state is
AFTER_PROCESSING
.
true
if this state is
AFTER_PROCESSING
, false
otherwise.public boolean isFinished()
true
if this state is
FINISHED
.
true
if this state is
BEFORE_DOWNLOAD
, false
otherwise.public java.lang.String getStateName()
String
containing the name of this state.
String
.public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |