|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.database.EventComparator
public class EventComparator
| Constructor Summary | |
|---|---|
EventComparator()
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object... values)
|
void |
assertMatches(EventComparator seen)
Compare an expected list of events (this list) with events added to another list In case of multithreaded tests, the method will allow up to 200ms for event sets to coalesce. |
java.util.List<TestEvent> |
getList()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventComparator()
| Method Detail |
|---|
public void add(java.lang.Object... values)
public java.util.List<TestEvent> getList()
public void assertMatches(EventComparator seen)
seen - The seen event list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||