public class UpdateCountTest extends Object implements Test
| Modifier and Type | Field and Description |
|---|---|
int |
count |
int |
notifiyLimit |
Object |
observed |
Object |
resetNotifier |
| Constructor and Description |
|---|
UpdateCountTest() |
UpdateCountTest(Object observed,
int limit,
Object resetNotifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
incrementUpdateCount(Object observed) |
void |
init() |
void |
reset(Object resetNotifier) |
void |
setNotifiyLimit(int notifiyLimit) |
void |
setObserved(Object observed) |
void |
setResetNotifier(Object resetNotifier) |
boolean |
update() |
public Object observed
public int count
public int notifiyLimit
public Object resetNotifier
public void reset(Object resetNotifier)
public void incrementUpdateCount(Object observed)
public boolean update()
public void init()
public void setObserved(Object observed)
public void setNotifiyLimit(int notifiyLimit)
public void setResetNotifier(Object resetNotifier)
Copyright © 2019. All rights reserved.