|
PageMixer API - 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jp.ne.dti.lares.foozy.pagemixer.junit.Event | +--jp.ne.dti.lares.foozy.pagemixer.junit.ClearEvent
Event to invoke "clear" method.
Constructor Summary | |
ClearEvent()
Constructor. |
Method Summary | |
void |
clear(java.lang.String subject)
This does nothing. |
void |
execute(ConsumerContext context,
Consumer consumer)
This invokes " clear " method. |
Methods inherited from class jp.ne.dti.lares.foozy.pagemixer.junit.Event |
addContextCondition, buildup, checkContextConditions, consume, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClearEvent()
Method Detail |
public void execute(ConsumerContext context, Consumer consumer)
clear
" method.
This implementation invokes
Consumer#clear
.
execute
in class Event
jp.ne.dti.lares.foozy.pagemixer.junit.Event
context
- to be passed to consumer.consumer
- to be driven.public void clear(java.lang.String subject)
Oveririding of this method prevents
base class implementation
from
invoking JUnit Assert.fail
method.
clear
in class Event
jp.ne.dti.lares.foozy.pagemixer.junit.Event
subject
- of the subject now checking
|
PageMixer API - 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |