public class DebouncedEventPublisherTests
extends java.lang.Object
Constructor and Description |
---|
DebouncedEventPublisherTests() |
Modifier and Type | Method and Description |
---|---|
void |
testEventsWithEnoughDelay()
When events are away enough, then all of them should be sent.
|
void |
testTooFastEvents()
When events are too close, then only the first one and the last one should be
sent.
|
Copyright © 2021. All Rights Reserved.